mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-10 22:16:41 +00:00
Typo in build script
This commit is contained in:
+1
-1
@@ -126,7 +126,7 @@ except KeyError:
|
|||||||
os.makedirs(DEPS_DIR)
|
os.makedirs(DEPS_DIR)
|
||||||
|
|
||||||
try:
|
try:
|
||||||
BUILD_CFG=os.environ["BUID_CFG"]
|
BUILD_CFG=os.environ["BUILD_CFG"]
|
||||||
except KeyError:
|
except KeyError:
|
||||||
BUILD_CFG="RelWithDebInfo"
|
BUILD_CFG="RelWithDebInfo"
|
||||||
os.environ["BUILD_CFG"]=BUILD_CFG
|
os.environ["BUILD_CFG"]=BUILD_CFG
|
||||||
|
|||||||
Reference in New Issue
Block a user