Skip to content

Commit 92a45ad

Browse files
authored
Merge pull request #204 from thewtex/arm-remote-build
COMP: Define CMAKE_INSTALL_LIBDIR for mac arm remote module builds
2 parents f5046e8 + 5b055e4 commit 92a45ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/macpython-build-module-wheels.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ for VENV in "${VENVS[@]}"; do
6464
${Python3_EXECUTABLE} setup.py bdist_wheel --build-type Release --plat-name ${plat_name} -G Ninja -- \
6565
-DCMAKE_MAKE_PROGRAM:FILEPATH=${NINJA_EXECUTABLE} \
6666
-DITK_DIR:PATH=${itk_build_path} \
67+
-DCMAKE_INSTALL_LIBDIR:STRING=lib \
6768
-DITK_USE_SYSTEM_SWIG:BOOL=ON \
6869
-DWRAP_ITK_INSTALL_COMPONENT_IDENTIFIER:STRING=PythonWheel \
6970
-DSWIG_EXECUTABLE:FILEPATH=${itk_build_path}/Wrapping/Generators/SwigInterface/swig/bin/swig \

0 commit comments

Comments
 (0)