Enable launcher on Mac rlease builds explicitly.

This commit is contained in:
James Turner
2015-04-26 22:45:20 +01:00
parent ce33b8e106
commit 93437a36db

View File

@@ -33,7 +33,7 @@ popd
################################################################################
echo "Starting on FlightGear"
pushd fgBuild
cmake -DCMAKE_INSTALL_PREFIX:PATH=$WORKSPACE/dist -G Xcode ../flightgear
cmake -DCMAKE_INSTALL_PREFIX:PATH=$WORKSPACE/dist -DENABLE_QT=1 -G Xcode ../flightgear
xcodebuild -configuration RelWithDebInfo -target install build