mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-24 09:27:31 +09:00
[WebRTC] updated to upstream branch 49 and related.
this patch is based on 38d7a7883...226f2f0bd
This commit is contained in:
parent
e79847e7b9
commit
a3239eaa4d
2838 changed files with 151221 additions and 159688 deletions
|
|
@ -46,10 +46,13 @@ def FindBuildFiles():
|
|||
build_files.append(file)
|
||||
return build_files
|
||||
|
||||
|
||||
#TODO @@NG Find correct way to pass circular_check to Load
|
||||
# Causes a pickle error in gyp.input.CircularException
|
||||
# see http://stackoverflow.com/questions/4677012/python-cant-pickle-type-x-attribute-lookup-failed
|
||||
# we'll live without the check - jesup
|
||||
def Load(build_files, format, default_variables={},
|
||||
includes=[], depth='.', params=None, check=False,
|
||||
circular_check=True, duplicate_basename_check=True):
|
||||
circular_check=False, duplicate_basename_check=True):
|
||||
"""
|
||||
Loads one or more specified build files.
|
||||
default_variables and includes will be copied before use.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue