mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 22:50:21 +00:00
Fix #38
This commit is contained in:
+1
-1
@@ -142,7 +142,7 @@ except KeyError:
|
||||
BUILD_CFG="RelWithDebInfo"
|
||||
os.environ["BUILD_CFG"]=BUILD_CFG
|
||||
|
||||
USE_OCCT = os.environ.get("USE_OCCT", "false").lower() == "true"
|
||||
USE_OCCT = os.environ.get("USE_OCCT", "true").lower() == "true"
|
||||
|
||||
# Print build configuration information
|
||||
|
||||
|
||||
Reference in New Issue
Block a user