win: Fix dumping symbols.

This commit is contained in:
Cheng Zhao 2014-04-29 12:33:20 +08:00
parent de0be312be
commit 3c0ec73d75
2 changed files with 10 additions and 3 deletions

View file

@ -49,9 +49,7 @@ def mkdir_p(path):
def RegisterRequiredDll():
register = os.path.join(os.path.dirname(__file__), 'register_msdia80_dll.js')
node = os.path.join(SOURCE_ROOT, 'out', 'Release', 'atom.exe')
os.environ['ATOM_SHELL_INTERNAL_RUN_AS_NODE'] = '1'
subprocess.check_call([node, register]);
subprocess.check_call(['node.exe', register]);
def GenerateSymbols(options, binaries):