mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-20 06:58:56 +00:00
build-all - fix missing f-string
This commit is contained in:
+1
-1
@@ -253,7 +253,7 @@ if WASM:
|
|||||||
# https://github.com/pyodide/pyodide-build/issues/251
|
# https://github.com/pyodide/pyodide-build/issues/251
|
||||||
side_module_cxx_flags = os.environ.get("SIDE_MODULE_CXXFLAGS", "")
|
side_module_cxx_flags = os.environ.get("SIDE_MODULE_CXXFLAGS", "")
|
||||||
if side_module_cxx_flags.strip():
|
if side_module_cxx_flags.strip():
|
||||||
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}').")
|
||||||
print("Maybe it's time to stop overriding them in the script?")
|
print("Maybe it's time to stop overriding them in the script?")
|
||||||
|
|
||||||
os.environ["SIDE_MODULE_CXXFLAGS"] = os.environ["SIDE_MODULE_CFLAGS"]
|
os.environ["SIDE_MODULE_CXXFLAGS"] = os.environ["SIDE_MODULE_CFLAGS"]
|
||||||
|
|||||||
Reference in New Issue
Block a user