require c extension in piwheels build

This commit is contained in:
Max Bachmann 2022-10-24 01:48:05 +02:00 committed by GitHub
parent a0ad133fa4
commit 4e97854f47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ def run_setup(with_binary):
packaging = "1" in {
os.environ.get("CIBUILDWHEEL", "0"),
os.environ.get("CONDA_BUILD", "0"),
os.environ.get("PIWHEELS_BUILD", "0"),
os.environ.get("RAPIDFUZZ_BUILD_EXTENSION", "0"),
}
if packaging: