| Index: pylib/gyp/win_tool.py
|
| diff --git a/pylib/gyp/win_tool.py b/pylib/gyp/win_tool.py
|
| index ac15d737277dd83226912c11f2f0732bd0cad54b..417e465f7853f4690bdda25bb1c501c230b68697 100755
|
| --- a/pylib/gyp/win_tool.py
|
| +++ b/pylib/gyp/win_tool.py
|
| @@ -259,9 +259,6 @@ class WinTool(object):
|
| def ExecAsmWrapper(self, arch, *args):
|
| """Filter logo banner from invocations of asm.exe."""
|
| env = self._GetEnv(arch)
|
| - # MSVS doesn't assemble x64 asm files.
|
| - if arch == 'environment.x64':
|
| - return 0
|
| popen = subprocess.Popen(args, shell=True, env=env,
|
| stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
|
| out, _ = popen.communicate()
|
|
|