Skip to content

Commit 7753831

Browse files
committed
Revert "macpython: Disable delocate for module wheel builds"
This reverts commit 3ba3aeb. Addresses #80
1 parent 2940ad1 commit 7753831

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

scripts/macpython-build-module-wheels.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,5 @@ for VENV in "${VENVS[@]}"; do
6464
${PYTHON_EXECUTABLE} setup.py clean
6565
done
6666

67-
# Temporarily disabled. See Issue
68-
# @InsightSoftwareConsortium/ITKPythonPackage#78
69-
#${DELOCATE_LISTDEPS} $PWD/dist/*.whl # lists library dependencies
70-
#${DELOCATE_WHEEL} $PWD/dist/*.whl # copies library dependencies into wheel
67+
${DELOCATE_LISTDEPS} $PWD/dist/*.whl # lists library dependencies
68+
${DELOCATE_WHEEL} $PWD/dist/*.whl # copies library dependencies into wheel

0 commit comments

Comments
 (0)