diff --git a/bootstrap.sh b/bootstrap.sh index 1ac328d9c..6fc21f5b3 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -312,7 +312,7 @@ if [ `uname` = "Darwin" ]; then check_build_environment # The narwhal-jsc package is already installed within the base kit. - if ! (cd "$install_directory/packages/narwhal-jsc" && make webkit); then + if ! (cd "$install_directory/packages/narwhal-jsc/deps/libedit-20100424-3.0" && autoreconf -if && cd ../../ && make webkit); then rm -rf "$install_directory/packages/narwhal-jsc" echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" echo "WARNING: building narwhal-jsc failed. Hit enter to continue."