tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

0008.patch (815B)


      1 From: Michael Froman <mfroman@mozilla.com>
      2 Date: Mon, 20 Jun 2022 22:34:00 +0000
      3 Subject: Bug 1775143 - pt12 - (mirror) 0391681090bb r=ng
      4 
      5 (skip-generation)
      6 
      7 Depends on D149825
      8 
      9 Differential Revision: https://phabricator.services.mozilla.com/D149826
     10 Mercurial Revision: https://hg.mozilla.org/mozilla-central/rev/75a76abe648ad8bdb9ea858a673bf99a4ec9eb20
     11 ---
     12 vs_toolchain.py | 2 ++
     13 1 file changed, 2 insertions(+)
     14 
     15 diff --git a/vs_toolchain.py b/vs_toolchain.py
     16 index e0f89a555..be334c6fc 100755
     17 --- a/vs_toolchain.py
     18 +++ b/vs_toolchain.py
     19 @@ -649,6 +649,8 @@ def main():
     20   if len(sys.argv) < 2 or sys.argv[1] not in commands:
     21     print('Expected one of: %s' % ', '.join(commands), file=sys.stderr)
     22     return 1
     23 +  if sys.argv[1] == 'copy_dlls':
     24 +    return 0
     25   return commands[sys.argv[1]](*sys.argv[2:])