From b954ad8cd794dc1af94a35d608e8f8bb398a6886 Mon Sep 17 00:00:00 2001 From: James Turner Date: Fri, 10 Apr 2020 12:07:04 +0100 Subject: [PATCH] macOS: remove use of Ninja for now MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit For some reason the slave doesn’t like Ninja, let’s disable it until I figure out why. --- hudson_mac_build_release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hudson_mac_build_release.sh b/hudson_mac_build_release.sh index 6c91395..5e92bd0 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="-G Ninja -DCMAKE_INSTALL_PREFIX:PATH=$WORKSPACE/dist -DCMAKE_BUILD_TYPE=RelWithDebInfo" +cmakeCommonArgs="-DCMAKE_INSTALL_PREFIX:PATH=$WORKSPACE/dist -DCMAKE_BUILD_TYPE=RelWithDebInfo" ############################################################################### echo "Starting on SimGear"