diff --git a/.gitignore b/.gitignore index df4ca28..8f9f606 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,5 @@ build/ /sodiumWrapper/static-arm32/ /sodiumWrapper/static-ios/ /sodiumWrapper/static-linux-x86-64/ +/sodiumWrapper/static-macos-x86-64/ +/sodiumWrapper/static-mingw-x86-64/ diff --git a/sodiumWrapper/configureMacos64.sh b/sodiumWrapper/configureMacos64.sh index f334199..6c22adf 100755 --- a/sodiumWrapper/configureMacos64.sh +++ b/sodiumWrapper/configureMacos64.sh @@ -1,7 +1,7 @@ #!/bin/bash ## and then borrowed and slightly modified from https://github.com/datkt/sodium/configure ## borrowed from https://github.com/sodium-friends/sodium-native/blob/master/configure -PREFIX="${PREFIX:-$PWD/static-linux-x86-64}" +PREFIX="${PREFIX:-$PWD/static-macos-x86-64}" KONAN="${KONAN:-$HOME/.konan}" ARCH=${ARCH:-$(uname -m)} echo $PREFIX diff --git a/sodiumWrapper/configureMingw64.sh b/sodiumWrapper/configureMingw64.sh index f334199..2ac3710 100755 --- a/sodiumWrapper/configureMingw64.sh +++ b/sodiumWrapper/configureMingw64.sh @@ -1,7 +1,7 @@ #!/bin/bash ## and then borrowed and slightly modified from https://github.com/datkt/sodium/configure ## borrowed from https://github.com/sodium-friends/sodium-native/blob/master/configure -PREFIX="${PREFIX:-$PWD/static-linux-x86-64}" +PREFIX="${PREFIX:-$PWD/static-mingw-x86-64}" KONAN="${KONAN:-$HOME/.konan}" ARCH=${ARCH:-$(uname -m)} echo $PREFIX