File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -69,12 +69,12 @@ for VENV in "${VENVS[@]}"; do
6969 plat_name=" macosx-11.0-arm64"
7070 osx_target=" 11.0"
7171 osx_arch=" arm64"
72- build_path=" ${SCRIPT_DIR} /../ITK-${py_mm} -macosx_x86_64 "
72+ build_path=" ${SCRIPT_DIR} /../ITK-${py_mm} -macosx_arm64 "
7373 else
7474 plat_name=" macosx-10.9-x86_64"
7575 osx_target=" 10.9"
7676 osx_arch=" x86_64"
77- build_path=" ${SCRIPT_DIR} /../ITK-${py_mm} -macosx_arm64 "
77+ build_path=" ${SCRIPT_DIR} /../ITK-${py_mm} -macosx_x86_64 "
7878 fi
7979 source_path=${SCRIPT_DIR} /../ITK-source/ITK
8080 SETUP_PY_CONFIGURE=" ${script_dir} /setup_py_configure.py"
@@ -93,7 +93,7 @@ for VENV in "${VENVS[@]}"; do
9393 # Generate wheel
9494 ${Python3_EXECUTABLE} setup.py bdist_wheel --build-type ${build_type} --plat-name ${plat_name} -G Ninja -- \
9595 -DCMAKE_MAKE_PROGRAM:FILEPATH=${NINJA_EXECUTABLE} \
96- -DITK_SOURCE_DIR:PATH= ${source_path} \
96+ -DITK_SOURCE_DIR:PATH=${source_path} \
9797 -DITK_BINARY_DIR:PATH=${build_path} \
9898 -DCMAKE_OSX_DEPLOYMENT_TARGET:STRING=${osx_target} \
9999 -DCMAKE_OSX_ARCHITECTURES:STRING=${osx_arch} \
You can’t perform that action at this time.
0 commit comments