From f5c2b7f69ba80e07e12464505dbb43ae00ce61e9 Mon Sep 17 00:00:00 2001 From: Ariya Hidayat Date: Fri, 9 Sep 2011 08:00:22 -0700 Subject: [PATCH] Build script: use the correct QMake. Now the remaining problem is jscore linking. http://code.google.com/p/phantomjs/issues/detail?id=141 --- deploy/build-mac.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/deploy/build-mac.sh b/deploy/build-mac.sh index 075a454c..6c4c37b5 100755 --- a/deploy/build-mac.sh +++ b/deploy/build-mac.sh @@ -35,9 +35,8 @@ cd .. # Step 4: Build PhantomJS -PATH=`pwd`/$QT_FOLDER/bin:$PATH echo "Building PhantomJS. Please wait..." echo cd .. -qmake +deploy/$QT_FOLDER/bin/qmake make -j$COMPILE_JOBS