summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjeremiah sypult <jeremiah@sypult.com>2013-07-18 01:14:28 -0500
committerTim Angus <tim@ngus.net>2014-06-17 17:43:33 +0100
commitbda6c2a889e2c16846c26c43b3963ba03e1f85b7 (patch)
tree2131c3773f01632c53d00305b6e65242a4b6a1b0
parent2e152d58a2d4dc6e9ebc2d9be93fae7c210bc973 (diff)
make-macosx-app.sh supports systems without libtool, part 2
-rwxr-xr-xmake-macosx-app.sh1
1 files changed, 1 insertions, 0 deletions
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`