mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-13 10:57:49 +00:00
Update build.sh
fix env var declaration
This commit is contained in:
committed by
GitHub
parent
a05059db01
commit
7827ce3448
+1
-1
@@ -12,7 +12,7 @@ if [ `uname` == Darwin ]; then
|
||||
export LDFLAGS="$LDFLAGS -Wl,-flat_namespace,-undefined,suppress"
|
||||
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