Skip to content

Commit

Permalink
Merge pull request #9586 from electron/upgrade-libcc
Browse files Browse the repository at this point in the history
Upgrade libcc with 1.6.x fixes
  • Loading branch information
kevinsawicki committed May 25, 2017
2 parents 01c31ee + f0402be commit 855d2c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion script/cibuild
Expand Up @@ -72,7 +72,7 @@ def main():
os.environ.get('PATH', '')])

is_release = os.environ.has_key('ELECTRON_RELEASE')
args = ['--target_arch=' + target_arch]
args = ['--target_arch=' + target_arch, '-v']
if not is_release:
args += ['--dev']
run_script('bootstrap.py', args)
Expand Down
2 changes: 1 addition & 1 deletion script/lib/config.py
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 \
'4a0e32606e52c12c50c2e3a0973d015d8cdff494'
'e2ec6935fbf034207d5ad00fa905a4b2cdd60bb7'

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

0 comments on commit 855d2c4

Please sign in to comment.