Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Commit

Permalink
Change webkit source to https
Browse files Browse the repository at this point in the history
Closes #18.
  • Loading branch information
lexs committed Aug 26, 2016
1 parent eca0c57 commit ff41feb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fetch_sources.sh
Expand Up @@ -13,7 +13,7 @@ echo "Extracting ICU"
tar -zxf icu4c.tar.gz -C icu

echo "Downloading JSC"
curl -O http://builds.nightly.webkit.org/files/trunk/src/WebKit-r174650.tar.bz2
curl -O https://builds-nightly.webkit.org/files/trunk/src/WebKit-r174650.tar.bz2

echo "Extracting JSC"
tar -jxf WebKit-r174650.tar.bz2 -C jsc --strip 2 WebKit-r174650/Source/JavaScriptCore WebKit-r174650/Source/WTF
Expand Down

0 comments on commit ff41feb

Please sign in to comment.