| Index: third_party/boringssl/update_gypi_and_asm.py
|
| diff --git a/third_party/boringssl/update_gypi_and_asm.py b/third_party/boringssl/update_gypi_and_asm.py
|
| index 58eb6f03aea4a2c46027063124cf70df5d104a9b..751b2dbaf636b3a50420e2ee396ba45e6c67d570 100644
|
| --- a/third_party/boringssl/update_gypi_and_asm.py
|
| +++ b/third_party/boringssl/update_gypi_and_asm.py
|
| @@ -19,7 +19,7 @@ OS_ARCH_COMBOS = [
|
| ('mac', 'x86', 'macosx', ['-fPIC'], 'S'),
|
| ('mac', 'x86_64', 'macosx', [''], 'S'),
|
| ('win', 'x86', 'win32n', [''], 'asm'),
|
| - ('win', 'x86_64', 'masm', [''], 'asm'),
|
| + ('win', 'x86_64', 'nasm', [''], 'asm'),
|
| ]
|
|
|
| # NON_PERL_FILES enumerates assembly files that are not processed by the
|
|
|