We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1abee1e commit feec468Copy full SHA for feec468
.github/scripts/build-macos.sh
@@ -113,7 +113,8 @@ export ARCHFLAGS=$CFLAGS
113
python setup.py bdist_wheel
114
115
delocate-listdeps --all --depending dist/*.whl # lists library dependencies
116
-delocate-wheel --verbose --require-archs=${PYTHON_ARCH} dist/*.whl # copies library dependencies into wheel
+DYLD_LIBRARY_PATH=$LIB_INSTALL_PREFIX/lib delocate-listdeps --all --depending dist/*.whl # lists library dependencies
117
+DYLD_LIBRARY_PATH=$LIB_INSTALL_PREFIX/lib delocate-wheel --verbose --require-archs=${PYTHON_ARCH} dist/*.whl # copies library dependencies into wheel
118
delocate-listdeps --all --depending dist/*.whl # verify
119
120
# Dump target versions of dependend libraries.
0 commit comments