win: Fix building, close #2018

This commit is contained in:
Cheng Zhao 2015-06-23 10:18:43 +08:00
parent 19963bfcd1
commit 1ce86b6dfc
5 changed files with 6 additions and 8 deletions

View file

@ -85,10 +85,6 @@ def main():
os.path.join(DIST_DIR, MKSNAPSHOT_NAME))
if PLATFORM == 'win32':
# Upload PDBs to Windows symbol server.
execute([sys.executable,
os.path.join(SOURCE_ROOT, 'script', 'upload-windows-pdb.py')])
# Upload node headers.
execute([sys.executable,
os.path.join(SOURCE_ROOT, 'script', 'upload-node-headers.py'),