mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-12 22:43:41 +00:00
Update build.sh
limit number of schema variants
This commit is contained in:
committed by
GitHub
parent
a2b6f21c7a
commit
000116bb3d
+1
-2
@@ -12,9 +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 \
|
||||||
|
-DSCHEMA_VERSIONS="2x3;4;4x1;4x3;4x3_add1" \
|
||||||
-DCMAKE_BUILD_TYPE=Release \
|
-DCMAKE_BUILD_TYPE=Release \
|
||||||
-DCMAKE_INSTALL_PREFIX=$PREFIX \
|
-DCMAKE_INSTALL_PREFIX=$PREFIX \
|
||||||
${CMAKE_PLATFORM_FLAGS[@]} \
|
${CMAKE_PLATFORM_FLAGS[@]} \
|
||||||
|
|||||||
Reference in New Issue
Block a user