File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -38,11 +38,11 @@ for VENV in "${VENVS[@]}"; do
3838
3939 if [[ $( arch) == " arm64" ]]; then
4040 plat_name=" macosx-11.0-arm64"
41- osx_target=" 10.9 "
41+ osx_target=" 11.0 "
4242 build_path=" ${SCRIPT_DIR} /../ITK-${py_mm} -macosx_x86_64"
4343 else
4444 plat_name=" macosx-10.9-x86_64"
45- osx_target=" 11.0 "
45+ osx_target=" 10.9 "
4646 build_path=" ${SCRIPT_DIR} /../ITK-${py_mm} -macosx_arm64"
4747 fi
4848
Original file line number Diff line number Diff line change @@ -67,11 +67,11 @@ for VENV in "${VENVS[@]}"; do
6767 build_type=" Release"
6868 if [[ $( arch) == " arm64" ]]; then
6969 plat_name=" macosx-11.0-arm64"
70- osx_target=" 10.9 "
70+ osx_target=" 10.0 "
7171 build_path=" ${SCRIPT_DIR} /../ITK-${py_mm} -macosx_x86_64"
7272 else
7373 plat_name=" macosx-10.9-x86_64"
74- osx_target=" 11.0 "
74+ osx_target=" 10.9 "
7575 build_path=" ${SCRIPT_DIR} /../ITK-${py_mm} -macosx_arm64"
7676 fi
7777 source_path=${SCRIPT_DIR} /../ITK-source/ITK
You can’t perform that action at this time.
0 commit comments