Skip to content

Commit

Permalink
Merge pull request #8922 from electron/v8-snapshot-patch
Browse files Browse the repository at this point in the history
Upgrade libcc for v8 snapshot patch
  • Loading branch information
kevinsawicki authored Mar 14, 2017
2 parents 93c4f90 + 2f4dc07 commit 9a3cf30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/lib/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
BASE_URL = os.getenv('LIBCHROMIUMCONTENT_MIRROR') or \
'https://s3.amazonaws.com/github-janky-artifacts/libchromiumcontent'
LIBCHROMIUMCONTENT_COMMIT = os.getenv('LIBCHROMIUMCONTENT_COMMIT') or \
'27add4cfef98f21d5910539bebb47ae175f024c2'
'e93c6a82d7ab1e3b97a294200186d7254ad3f868'

PLATFORM = {
'cygwin': 'win32',
Expand Down

0 comments on commit 9a3cf30

Please sign in to comment.