Skip to content

Commit

Permalink
Make: Override CC in cibuildwheel
Browse files Browse the repository at this point in the history
  • Loading branch information
ashvardanian committed Sep 19, 2024
1 parent 1384eaa commit 4a7ebb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ before-build = [
"rm -rf {project}/CMakeCache.txt {project}/build {project}/build_debug {project}/CMakeFiles.txt {project}/_deps {project}/.pytest_cache",
"mkdir -p build/usearch",
"git submodule update --init --recursive",
"export CC=$(echo CXX)",
]
repair-wheel-command = "delocate-wheel --require-archs {delocate_archs} -w {dest_dir} -v {wheel}"

Expand Down

0 comments on commit 4a7ebb8

Please sign in to comment.