From ef7031b99390403a1230533b5eade69e4a75b801 Mon Sep 17 00:00:00 2001 From: jeremiah sypult Date: Thu, 18 Jul 2013 01:14:28 -0500 Subject: [PATCH] make-macosx-app.sh supports systems without libtool, part 2 --- make-macosx-app.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/make-macosx-app.sh b/make-macosx-app.sh index d5e56668..2a63b38c 100755 --- a/make-macosx-app.sh +++ b/make-macosx-app.sh @@ -303,6 +303,7 @@ BUNDLEDIR="${BUILT_PRODUCTS_DIR}/${EXECUTABLE_FOLDER_PATH}" # TODO: figure out if we can make universal binaries when cross-compiling. # lipo on non-mac os x platforms? libtool? +# simply copying here might stomp on other architectures.... function action() { HAS_LIPO=`which lipo`