Skip to content

Commit 28d38d7

Browse files
committed
make sure /usr/local/include exists
1 parent 07ce265 commit 28d38d7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/build_steps.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ function before_build {
1212
sudo mkdir -p /usr/local/lib
1313
sudo chmod 777 /usr/local/lib
1414
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
1518
source ${ROOT_DIR}/multibuild/osx_utils.sh
1619
get_macpython_environment ${MB_PYTHON_VERSION} venv
1720
# Since install_fortran uses `uname -a` to determine arch,

0 commit comments

Comments
 (0)