We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f5046e8 + 5b055e4 commit 92a45adCopy full SHA for 92a45ad
scripts/macpython-build-module-wheels.sh
@@ -64,6 +64,7 @@ for VENV in "${VENVS[@]}"; do
64
${Python3_EXECUTABLE} setup.py bdist_wheel --build-type Release --plat-name ${plat_name} -G Ninja -- \
65
-DCMAKE_MAKE_PROGRAM:FILEPATH=${NINJA_EXECUTABLE} \
66
-DITK_DIR:PATH=${itk_build_path} \
67
+ -DCMAKE_INSTALL_LIBDIR:STRING=lib \
68
-DITK_USE_SYSTEM_SWIG:BOOL=ON \
69
-DWRAP_ITK_INSTALL_COMPONENT_IDENTIFIER:STRING=PythonWheel \
70
-DSWIG_EXECUTABLE:FILEPATH=${itk_build_path}/Wrapping/Generators/SwigInterface/swig/bin/swig \
0 commit comments