Fix compilation errors for Linux

This commit is contained in:
Cheng Zhao 2016-12-02 17:44:09 +09:00 committed by Birunthan Mohanathas
parent 93a27fd3a9
commit 88f6f5d1b2
3 changed files with 2 additions and 6 deletions

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 \
'f1e9cdb45ec6e08fecc6f116661713e3e4d11a70'
'a42d67f7c75e7efff14089af0b9277f8392970fb'
PLATFORM = {
'cygwin': 'win32',