From 684db231cf58663c79559093f6eba117d8a035b2 Mon Sep 17 00:00:00 2001 From: Ugljesa Jovanovic Date: Mon, 1 Jun 2020 19:40:04 +0200 Subject: [PATCH] Add macos and mingw prefix folders --- .gitignore | 2 ++ sodiumWrapper/configureMacos64.sh | 2 +- sodiumWrapper/configureMingw64.sh | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) 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