Fix linking for Windows

This commit is contained in:
Cheng Zhao 2016-12-12 12:38:53 +09:00 committed by Birunthan Mohanathas
parent 6e0762a540
commit 0568fa30ca

View file

@ -9,7 +9,7 @@ import sys
BASE_URL = os.getenv('LIBCHROMIUMCONTENT_MIRROR') or \
'https://s3.amazonaws.com/github-janky-artifacts/libchromiumcontent'
LIBCHROMIUMCONTENT_COMMIT = os.getenv('LIBCHROMIUMCONTENT_COMMIT') or \
'9e3432b3413a7a1d08678ac86b23b6ba2c252bdc'
'e4f8c1821e6180d4f05e3597f4da031bf808f470'
PLATFORM = {
'cygwin': 'win32',