Mac build script: ensure it can link to jscore library.

http://code.google.com/p/phantomjs/issues/detail?id=142
1.3
Ariya Hidayat 2011-09-09 21:58:00 -07:00
parent 7a2fd4e93c
commit b68e06a11c
1 changed files with 4 additions and 0 deletions

View File

@ -33,6 +33,10 @@ echo
make -j$COMPILE_JOBS
cd ..
# Extra step: copy JavaScriptCore/release, needed for jscore static lib
mkdir ../JavaScriptCore
cp -rp $QT_FOLDER/src/3rdparty/webkit/JavaScriptCore/release ../JavaScriptCore/
# Step 4: Build PhantomJS
echo "Building PhantomJS. Please wait..."