Bring the MacOS minimum version to 10.10 (Yosemite)

This commit is contained in:
Frank Denis
2020-03-18 17:19:51 +01:00
parent e83b7eda98
commit 1088835f25
+1 -1
View File
@@ -1,7 +1,7 @@
#! /bin/sh
export PREFIX="$(pwd)/libsodium-osx"
export OSX_VERSION_MIN=${OSX_VERSION_MIN-"10.8"}
export OSX_VERSION_MIN=${OSX_VERSION_MIN-"10.10"}
export OSX_CPU_ARCH=${OSX_CPU_ARCH-"core2"}
mkdir -p $PREFIX || exit 1