Skip to content

Commit feec468

Browse files
authored
Apply suggestion from @letmaik
1 parent 1abee1e commit feec468

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/scripts/build-macos.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,8 @@ export ARCHFLAGS=$CFLAGS
113113
python setup.py bdist_wheel
114114

115115
delocate-listdeps --all --depending dist/*.whl # lists library dependencies
116-
delocate-wheel --verbose --require-archs=${PYTHON_ARCH} dist/*.whl # copies library dependencies into wheel
116+
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
117118
delocate-listdeps --all --depending dist/*.whl # verify
118119

119120
# Dump target versions of dependend libraries.

0 commit comments

Comments
 (0)