Skip to content

Commit

Permalink
Fix path passed to find script
Browse files Browse the repository at this point in the history
  • Loading branch information
makaimann committed Feb 19, 2025
1 parent 47bd23f commit 0afa405
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci-scripts/cibw_build_before.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ make -j
# cibuildwheel doesn't want the generated .so file for the packaged Python
# That happens automatically when built with python bindings
# delete them now and let cibuildwheel do the packaging
find ./build/python -name "*.so" -delete
find ./build/python -name "*.o" -delete
find ./python -name "*.so" -delete
find ./python -name "*.o" -delete

0 comments on commit 0afa405

Please sign in to comment.