|
From: Arto Seppä <za...@us...> - 2010-08-23 19:08:27
|
Module: performous Branch: master Commit: 3e012340c4c9837313bda3f665f7fd92ada17c17 Author: Arto Seppä <za...@us...> Date: Mon Aug 23 22:06:44 2010 +0300 Disabled building tools in OS X bundle script since they won't work anyway atm. --- osx-utils/performous-app-build.sh | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/osx-utils/performous-app-build.sh b/osx-utils/performous-app-build.sh index 6f66224..5680eb7 100755 --- a/osx-utils/performous-app-build.sh +++ b/osx-utils/performous-app-build.sh @@ -10,7 +10,7 @@ fi # first compile performous, build dir shouldn't exist at this stage mkdir build cd build -cmake ../../ -DCMAKE_INSTALL_PREFIX=./out/Performous.app/Contents +cmake ../../ -DCMAKE_INSTALL_PREFIX=./out/Performous.app/Contents -DENABLE_TOOLS=OFF make install # then create the rest of the app bundle @@ -36,4 +36,4 @@ ln -sf /Applications out/Applications /usr/bin/hdiutil convert RWPerformous.dmg -format UDZO -imagekey zlib-level=9 -o Performous.dmg rm -f RWPerformous.dmg -cd .. \ No newline at end of file +cd .. |