Fix crash in offscreen renderer
This commit is contained in:
parent
6d8f900916
commit
4c56c1c2b2
4 changed files with 107 additions and 33 deletions
|
@ -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 \
|
||||
'60ec84b4b3ee4862aa8c93c0e0e04871ee3ac177'
|
||||
'346dfe40a9658cc40924d29a1deb1d9669509076'
|
||||
|
||||
PLATFORM = {
|
||||
'cygwin': 'win32',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue