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 4490f97 commit ed2cd75Copy full SHA for ed2cd75
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