Fix building on Windows

This commit is contained in:
Cheng Zhao 2015-09-03 20:07:29 +08:00
parent c81de98d22
commit 53b9d61831
5 changed files with 5 additions and 6 deletions

View file

@ -8,7 +8,7 @@ import sys
BASE_URL = os.getenv('LIBCHROMIUMCONTENT_MIRROR') or \
'http://github-janky-artifacts.s3.amazonaws.com/libchromiumcontent'
LIBCHROMIUMCONTENT_COMMIT = '367552dc926aff4577e4743333922e7e6075c8e0'
LIBCHROMIUMCONTENT_COMMIT = 'f5489a774b719e9e979675c17b99ed45a05aacf7'
PLATFORM = {
'cygwin': 'win32',