Change the msvc back

pull/21271/head
Lidi Zheng 5 years ago
parent 21c3491705
commit 70232fbd9c
  1. 2
      tools/run_tests/artifacts/artifact_targets.py

@ -173,7 +173,7 @@ class PythonArtifact:
if 'Python27' in self.py_version:
environ['EXT_COMPILER'] = 'mingw32'
else:
environ['EXT_COMPILER'] = 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\cl.exe'
environ['EXT_COMPILER'] = 'msvc'
# For some reason, the batch script %random% always runs with the same
# seed. We create a random temp-dir here
dir = ''.join(

Loading…
Cancel
Save