diff --git a/macBuild.sh b/macBuild.sh index d68327a..9fb86c2 100644 --- a/macBuild.sh +++ b/macBuild.sh @@ -4,7 +4,7 @@ set -e ./gradlew multiplatform-crypto-api:build #now let's build linux deps cd sodiumWrapper -./makeMacosX86-64 +./makeMacosX86-64.sh ./makeIos.sh ./makeTvos.sh ./makeWatchos.sh diff --git a/macBuildAndPublish.sh b/macBuildAndPublish.sh index 778a78e..f3493d5 100644 --- a/macBuildAndPublish.sh +++ b/macBuildAndPublish.sh @@ -4,7 +4,7 @@ set -e ./gradlew multiplatform-crypto-api:build #now let's build linux deps cd sodiumWrapper -./makeMacosX86-64 +./makeMacosX86-64.sh ./makeIos.sh ./makeTvos.sh ./makeWatchos.sh