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 07ce265 commit 28d38d7Copy full SHA for 28d38d7
tools/build_steps.sh
@@ -12,6 +12,9 @@ function before_build {
12
sudo mkdir -p /usr/local/lib
13
sudo chmod 777 /usr/local/lib
14
touch /usr/local/lib/.dir_exists
15
+ sudo mkdir -p /usr/local/include
16
+ sudo chmod 777 /usr/local/include
17
+ touch /usr/local/include/.dir_exists
18
source ${ROOT_DIR}/multibuild/osx_utils.sh
19
get_macpython_environment ${MB_PYTHON_VERSION} venv
20
# Since install_fortran uses `uname -a` to determine arch,
0 commit comments