Revert "macOS: remove use of Ninja for now"

This reverts commit b954ad8cd7.
This commit is contained in:
James Turner 2020-04-11 16:38:43 +01:00
parent b954ad8cd7
commit aa7770911b

View File

@ -22,7 +22,7 @@ echo "Build path is: $PATH"
# to be necessary all the same # to be necessary all the same
#export PKG_CONFIG_PATH=$WORKSPACE/dist/lib/pkgconfig #export PKG_CONFIG_PATH=$WORKSPACE/dist/lib/pkgconfig
cmakeCommonArgs="-DCMAKE_INSTALL_PREFIX:PATH=$WORKSPACE/dist -DCMAKE_BUILD_TYPE=RelWithDebInfo" cmakeCommonArgs="-G Ninja -DCMAKE_INSTALL_PREFIX:PATH=$WORKSPACE/dist -DCMAKE_BUILD_TYPE=RelWithDebInfo"
############################################################################### ###############################################################################
echo "Starting on SimGear" echo "Starting on SimGear"