Skip to content

Commit 8afd675

Browse files
committed
Bump Mac minimum OS version 10.9->10.12
Because I want to use pthread_chdir. Needs to be updated in the release script too.
1 parent b51cc75 commit 8afd675

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

external_deps/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1124,7 +1124,7 @@ setup_windows-amd64-mingw() {
11241124
# Set up environment for 64-bit amd64 macOS
11251125
setup_macos-amd64-default() {
11261126
MACOS_ARCH=x86_64
1127-
export MACOSX_DEPLOYMENT_TARGET=10.9 # works with CMake
1127+
export MACOSX_DEPLOYMENT_TARGET=10.12 # works with CMake
11281128
common_setup macos x86_64-apple-darwin11
11291129
}
11301130

0 commit comments

Comments
 (0)