mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 22:50:21 +00:00
Update build.sh
Reduce number of schema versions
This commit is contained in:
committed by
GitHub
parent
b78490ca56
commit
a05059db01
@@ -12,6 +12,8 @@ if [ `uname` == Darwin ]; then
|
|||||||
export LDFLAGS="$LDFLAGS -Wl,-flat_namespace,-undefined,suppress"
|
export LDFLAGS="$LDFLAGS -Wl,-flat_namespace,-undefined,suppress"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
export SCHEMA_VERSIONS=2x3;4;4x3;4x3_add1
|
||||||
|
|
||||||
cmake -G Ninja \
|
cmake -G Ninja \
|
||||||
-DCMAKE_BUILD_TYPE=Release \
|
-DCMAKE_BUILD_TYPE=Release \
|
||||||
-DCMAKE_INSTALL_PREFIX=$PREFIX \
|
-DCMAKE_INSTALL_PREFIX=$PREFIX \
|
||||||
|
|||||||
Reference in New Issue
Block a user