diff --git a/hudson_mac_build_release.sh b/hudson_mac_build_release.sh index 5e92bd0..6c91395 100755 --- a/hudson_mac_build_release.sh +++ b/hudson_mac_build_release.sh @@ -22,7 +22,7 @@ echo "Build path is: $PATH" # to be necessary all the same #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"