Add macos and mingw prefix folders

This commit is contained in:
Ugljesa Jovanovic 2020-06-01 19:40:04 +02:00 committed by Ugljesa Jovanovic
parent fd00dc7725
commit 684db231cf
No known key found for this signature in database
GPG Key ID: 178E6DFCECCB0E0F
3 changed files with 4 additions and 2 deletions

2
.gitignore vendored
View File

@ -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/

View File

@ -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

View File

@ -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