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 a61d5a1 commit fb1c9ebCopy full SHA for fb1c9eb
1 file changed
nix/build-all.py
@@ -253,7 +253,7 @@ def get_pyodide_build_version() -> "tuple[int, ...]":
253
# https://github.com/pyodide/pyodide-build/issues/251
254
side_module_cxx_flags = os.environ.get("SIDE_MODULE_CXXFLAGS", "")
255
if side_module_cxx_flags.strip():
256
- print("SIDE_MODULE_CXXFLAGS are already passed from pyodide build ('{side_module_cxx_flags}').")
+ print(f"SIDE_MODULE_CXXFLAGS are already passed from pyodide build ('{side_module_cxx_flags}').")
257
print("Maybe it's time to stop overriding them in the script?")
258
259
os.environ["SIDE_MODULE_CXXFLAGS"] = os.environ["SIDE_MODULE_CFLAGS"]
0 commit comments