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 b81d02f commit cd2d96fCopy full SHA for cd2d96f
tools/build_steps.sh
@@ -11,6 +11,7 @@ function before_build {
11
if [ -n "$IS_OSX" ]; then
12
sudo mkdir -p /usr/local/lib
13
sudo chmod 777 /usr/local/lib
14
+ touch /usr/local/lib/.dir_exists
15
source ${ROOT_DIR}/multibuild/osx_utils.sh
16
get_macpython_environment ${MB_PYTHON_VERSION} venv
17
source ${ROOT_DIR}/gfortran-install/gfortran_utils.sh
@@ -153,6 +154,7 @@ function do_build_lib {
153
154
local target="CORE2"
155
# Pick up the gfortran runtime libraries
156
export DYLD_LIBRARY_PATH=/usr/local/lib:$DYLD_LIBRARY_PATH
157
+ CFLAGS="$CFLAGS -arch x86_64"
158
;;
159
*-i686)
160
local bitness=32
0 commit comments