mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-01 09:26:26 +00:00
No walrus
This commit is contained in:
+2
-2
@@ -1031,8 +1031,8 @@ if "wasm" in flags:
|
|||||||
# inside of the sysroot set by the emscriptem toolchain
|
# inside of the sysroot set by the emscriptem toolchain
|
||||||
cmake_args.append("-DWASM_BUILD=On")
|
cmake_args.append("-DWASM_BUILD=On")
|
||||||
|
|
||||||
|
schemas = os.environ.get("IFCOS_SCHEMAS")
|
||||||
if schemas := os.environ.get("IFCOS_SCHEMAS"):
|
if schemas:
|
||||||
cmake_args.append(f"-DSCHEMA_VERSIONS={schemas}")
|
cmake_args.append(f"-DSCHEMA_VERSIONS={schemas}")
|
||||||
|
|
||||||
if "cgal" in targets:
|
if "cgal" in targets:
|
||||||
|
|||||||
Reference in New Issue
Block a user