libsodium_wasm_experimental/macBuild-buildLibsodium.sh

11 lines
266 B
Bash
Raw Permalink Normal View History

2020-10-19 22:22:33 +02:00
set -e
#!/bin/sh
#this will hopefully download all konan dependancies that we use in the build scripts
./gradlew multiplatform-crypto-api:build
#now let's build linux deps
cd sodiumWrapper
2021-09-22 22:35:25 +02:00
./makeMacosIosWatchosTvos.sh
2020-10-19 22:22:33 +02:00
#now we can do the delegated build
cd ..
2021-09-22 22:35:25 +02:00
set +e