mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-06 11:18:19 +02:00
Bug 1775143 - pt12 - (mirror) 0391681090bb r=ng
(skip-generation) Depends on D149825 Differential Revision: https://phabricator.services.mozilla.com/D149826
This commit is contained in:
parent
3842d759e7
commit
c60c1afc43
1 changed files with 2 additions and 0 deletions
2
third_party/libwebrtc/build/vs_toolchain.py
vendored
2
third_party/libwebrtc/build/vs_toolchain.py
vendored
|
|
@ -566,6 +566,8 @@ def main():
|
||||||
if len(sys.argv) < 2 or sys.argv[1] not in commands:
|
if len(sys.argv) < 2 or sys.argv[1] not in commands:
|
||||||
print('Expected one of: %s' % ', '.join(commands), file=sys.stderr)
|
print('Expected one of: %s' % ', '.join(commands), file=sys.stderr)
|
||||||
return 1
|
return 1
|
||||||
|
if sys.argv[1] == 'copy_dlls':
|
||||||
|
return 0
|
||||||
return commands[sys.argv[1]](*sys.argv[2:])
|
return commands[sys.argv[1]](*sys.argv[2:])
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue