#111 - Prevent leaking LIBS to dependent projects

This commit is contained in:
Aditya Kulkarni
2019-02-22 07:36:06 -08:00
parent a8182274c8
commit 03427031a9

View File

@@ -19,7 +19,7 @@ fi
# Now build it
cd libsodium-1.0.16
bash configure
LIBS="" ./configure
make clean
if [[ "$OSTYPE" == "darwin"* ]]; then
make CFLAGS="-mmacosx-version-min=10.11" CPPFLAGS="-mmacosx-version-min=10.11"