No walrus

This commit is contained in:
Thomas Krijnen
2025-08-27 11:49:05 +02:00
parent c665c9d7e5
commit 46693baacf
+2 -2
View File
@@ -1031,8 +1031,8 @@ if "wasm" in flags:
# inside of the sysroot set by the emscriptem toolchain
cmake_args.append("-DWASM_BUILD=On")
if schemas := os.environ.get("IFCOS_SCHEMAS"):
schemas = os.environ.get("IFCOS_SCHEMAS")
if schemas:
cmake_args.append(f"-DSCHEMA_VERSIONS={schemas}")
if "cgal" in targets: