Skip to content

Commit

Permalink
Print contents of lib directory
Browse files Browse the repository at this point in the history
  • Loading branch information
sjperkins committed Jan 22, 2024
1 parent 2a839c8 commit a9fba0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ macos_arm64_task:
VCPKG_TARGET_TRIPLET: arm64-osx-dynamic-cxx17-abi1-rel
REPAIR_LIBRARY_PATH: $VCPKG_INSTALLED_DIR/$VCPKG_TARGET_TRIPLET/lib
CIBW_REPAIR_WHEEL_COMMAND_MACOS:
tree /tmp/vcpkg_installed/arm64-osx-dynamic-cxx17-abi1-rel &&
DYLD_LIBRARY_PATH=$REPAIR_LIBRARY_PATH delocate-listdeps {wheel} &&
DYLD_LIBRARY_PATH=$REPAIR_LIBRARY_PATH delocate-wheel
--require-archs {delocate_archs}
Expand All @@ -97,7 +98,7 @@ macos_arm64_task:
MACOSX_DEPLOYMENT_TARGET=11.0
install_pre_requirements_script: |
brew install llvm python
brew install llvm python tree
python3 -m pip install --upgrade pip
python3 -m pip install --upgrade pip install git+https://github.com/pypa/cibuildwheel@main
run_cibuildwheel_script: |
Expand Down

0 comments on commit a9fba0a

Please sign in to comment.