mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-05 23:41:44 +00:00
Update build.sh
fix env var declaration
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ elif [ "$(expr substr $(uname -s) 1 5)" == "Linux" ]; then
|
||||
fi
|
||||
|
||||
|
||||
export SCHEMA_VERSIONS=2x3;4;4x3;4x3_add1
|
||||
export SCHEMA_VERSIONS="2x3;4;4x3;4x3_add1"
|
||||
|
||||
cmake -G Ninja \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
|
||||
Reference in New Issue
Block a user