Skip to content

Commit 9a9485b

Browse files
committed
Added /Users/runner/work/Uno/Uno/dependencies/lib path to macOS repair
1 parent d342f68 commit 9a9485b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build-python-wheels.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@ jobs:
114114
# link shared libhwloc
115115
CIBW_CONFIG_SETTINGS_MACOS: >
116116
cmake.define.AUXILIARY_LIBRARIES=dependencies/lib/libhwloc.15.dylib
117+
CIBW_REPAIR_WHEEL_COMMAND_MACOS: >
118+
delocate-wheel --require-archs {delocate_archs} -L /Users/runner/work/Uno/Uno/dependencies/lib -w {dest_dir} -v {wheel}
117119
# Skip some builds
118120
CIBW_SKIP: cp36-* cp37-* cp*-*_i686 pp* *-win32
119121

0 commit comments

Comments
 (0)