summaryrefslogtreecommitdiff
path: root/tools/osx_packaging
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-07-30 00:00:19 +0200
committerRobin Gareus <robin@gareus.org>2015-07-30 00:00:19 +0200
commitb715ef7e9319f9b500bce4abf10088cdd34a4f87 (patch)
tree9e020d1e2747dbdb8d7f7530128bd9b8a46d8eb8 /tools/osx_packaging
parent0113de9b925531f329404413f6ce9993ab94250a (diff)
prepare for MB/PPC
Diffstat (limited to 'tools/osx_packaging')
-rwxr-xr-xtools/osx_packaging/osx_build1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/osx_packaging/osx_build b/tools/osx_packaging/osx_build
index a60633e674..9f35f138c1 100755
--- a/tools/osx_packaging/osx_build
+++ b/tools/osx_packaging/osx_build
@@ -577,6 +577,7 @@ if file ${PRODUCT_PKG_DIR}/$APPROOT/MacOS/$MAIN_EXECUTABLE | grep -q x86_64; the
OSX_BENSID=osx64
elif file ${PRODUCT_PKG_DIR}/$APPROOT/MacOS/$MAIN_EXECUTABLE | grep -q ppc; then
OSX_ARCH=ppc
+ OSX_BENSID=ppc
else
OSX_ARCH=i386
OSX_BENSID=osx32