We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31f7567 commit 0f0cc03Copy full SHA for 0f0cc03
tools/build_steps.sh
@@ -158,9 +158,9 @@ function do_build_lib {
158
local bitness=64
159
local target="CORE2"
160
# Pick up the gfortran runtime libraries
161
- export DYLD_LIBRARY_PATH=/usr/local/lib:$DYLD_LIBRARY_PATH
+ # export DYLD_LIBRARY_PATH=/usr/local/lib:$DYLD_LIBRARY_PATH
162
CFLAGS="$CFLAGS -arch x86_64"
163
- export MACOSX_DEPLOYMENT_TARGET="11.0"
+ export MACOSX_DEPLOYMENT_TARGET="10.9"
164
export SDKROOT=${SDKROOT:-$(xcrun --show-sdk-path)}
165
;;
166
*-i686)
0 commit comments