We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 778dc5a commit 9812d7fCopy full SHA for 9812d7f
cibuildwheel/platforms/android.py
@@ -433,7 +433,7 @@ def setup_PYO3_cross_compile(
433
log.notice("Not overriding PYO3_CROSS_LIB_DIR as it has already been set")
434
else:
435
env["PYO3_CROSS_LIB_DIR"] = str(python_dir / "prefix" / "lib")
436
- log.notice(f"Setting PYO3_CROSS_LIB_DIR for PyO3 cross-compilation")
+ log.notice("Setting PYO3_CROSS_LIB_DIR for PyO3 cross-compilation")
437
438
439
def before_build(state: BuildState) -> None:
0 commit comments