File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,9 @@ for VENV in "${VENVS[@]}"; do
5656 osx_arch=" x86_64"
5757 build_path=" ${SCRIPT_DIR} /../ITK-${py_mm} -macosx_x86_64"
5858 fi
59+ if [[ ! -z " ${MACOSX_DEPLOYMENT_TARGET} " ]]; then
60+ osx_target=" ${MACOSX_DEPLOYMENT_TARGET} "
61+ fi
5962
6063 if [[ -e $PWD /requirements-dev.txt ]]; then
6164 ${Python3_EXECUTABLE} -m pip install --upgrade -r $PWD /requirements-dev.txt
Original file line number Diff line number Diff line change @@ -95,6 +95,9 @@ for VENV in "${VENVS[@]}"; do
9595 osx_arch=" x86_64"
9696 build_path=" ${SCRIPT_DIR} /../ITK-${py_mm} -macosx_x86_64"
9797 fi
98+ if [[ ! -z " ${MACOSX_DEPLOYMENT_TARGET} " ]]; then
99+ osx_target=" ${MACOSX_DEPLOYMENT_TARGET} "
100+ fi
98101 source_path=${SCRIPT_DIR} /../ITK-source/ITK
99102 SETUP_PY_CONFIGURE=" ${script_dir} /setup_py_configure.py"
100103
You can’t perform that action at this time.
0 commit comments