Skip to content

Commit

Permalink
Mac: Updated availability macro in build script.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed Jun 24, 2016
1 parent 4a339a4 commit ce456cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-scripts/gcc-fat.sh
Expand Up @@ -14,7 +14,7 @@ GCC_LINK_X86="-mmacosx-version-min=10.6"

# Intel 64-bit compiler flags (10.6 runtime compatibility)
GCC_COMPILE_X64="gcc -arch x86_64 -mmacosx-version-min=10.6 \
-DMAC_OS_X_VERSION_MIN_REQUIRED=1050 \
-DMAC_OS_X_VERSION_MIN_REQUIRED=1060 \
-I/usr/local/include"

GCC_LINK_X64="-mmacosx-version-min=10.6"
Expand Down

0 comments on commit ce456cf

Please sign in to comment.