mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
Bring the MacOS minimum version to 10.10 (Yosemite)
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user