Add macos and mingw prefix folders
This commit is contained in:
parent
fd00dc7725
commit
684db231cf
2
.gitignore
vendored
2
.gitignore
vendored
@ -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/
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user