Skip to content

Commit ed2cd75

Browse files
committed
fix MACOSX_DEPLOYMENT_TARGET
1 parent 4490f97 commit ed2cd75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/build_steps.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,9 +158,9 @@ function do_build_lib {
158158
local bitness=64
159159
local target="CORE2"
160160
# Pick up the gfortran runtime libraries
161-
export DYLD_LIBRARY_PATH=/usr/local/lib:$DYLD_LIBRARY_PATH
161+
# export DYLD_LIBRARY_PATH=/usr/local/lib:$DYLD_LIBRARY_PATH
162162
CFLAGS="$CFLAGS -arch x86_64"
163-
export MACOSX_DEPLOYMENT_TARGET="11.0"
163+
export MACOSX_DEPLOYMENT_TARGET="10.9"
164164
export SDKROOT=${SDKROOT:-$(xcrun --show-sdk-path)}
165165
;;
166166
*-i686)

0 commit comments

Comments
 (0)