From 3f2d05e18301ad990c6042e75d624c3cc36af9d3 Mon Sep 17 00:00:00 2001 From: James Turner Date: Tue, 24 Feb 2015 11:39:55 +0000 Subject: [PATCH] Remove old Mac launcher. --- hudson_mac_build_release.sh | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/hudson_mac_build_release.sh b/hudson_mac_build_release.sh index 8375ee5..1e2b7d9 100755 --- a/hudson_mac_build_release.sh +++ b/hudson_mac_build_release.sh @@ -46,23 +46,6 @@ popd chmod +x $WORKSPACE/dist/bin/osgversion -################################################################################ -echo "Building Macflightgear launcher" - -#OSX_TARGET="10.6" -# JMT - disabling setting the sysroot since it's breaking things on -# current build slave. Sinc ethe slave runs 10.6 natively, we don't -# actually need to set these. Real solution would be to use a proper -# build system for the Mac-launcher of course. -# -mmacosx-version-min=$OSX_TARGET -isysroot $SDK_PATH - -pushd maclauncher/FlightGearOSX - -# compile the stub executable -gcc -o FlightGear main.m \ - -framework Cocoa -framework RubyCocoa -framework Foundation -framework AppKit - -popd ################################################################################ echo "Syncing base packages files from sphere.telascience.org"