Link with Vs2015 runtime statically for Release build

This commit is contained in:
Cheng Zhao 2016-05-19 15:06:47 +09:00
parent 1032287511
commit d8c05ecc0d
2 changed files with 2 additions and 2 deletions

View file

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