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 821e09e commit 07ce265Copy full SHA for 07ce265
tools/build_steps.sh
@@ -159,6 +159,7 @@ function do_build_lib {
159
# Pick up the gfortran runtime libraries
160
export DYLD_LIBRARY_PATH=/usr/local/lib:$DYLD_LIBRARY_PATH
161
CFLAGS="$CFLAGS -arch x86_64"
162
+ export SDKROOT=${SDKROOT:-$(xcrun --show-sdk-path)}
163
;;
164
*-i686)
165
local bitness=32
@@ -172,8 +173,9 @@ function do_build_lib {
172
173
Darwin-arm64)
174
local bitness=64
175
local target="VORTEX"
- CFLAGS="$CFLAGS -ftrapping-math -mmacosx-version-min=11.0"
176
+ CFLAGS="$CFLAGS -ftrapping-math -mmacos-version-min=11.0"
177
MACOSX_DEPLOYMENT_TARGET="11.0"
178
179
180
*-s390x)
181
0 commit comments