(#3995) fix msvc build in msys shell

This commit is contained in:
Andrew Marshall
2020-12-29 11:02:30 +00:00
committed by GitHub
parent f0a4264dbb
commit d8e25daf27

View File

@@ -186,7 +186,7 @@ MALLOCPROXY.DEF =
context = tools.intel_compilervars(self)
elif self._is_msvc:
# intentionally not using vcvars for clang-cl yet
context = tools.vcvars(self.settings)
context = tools.vcvars(self)
with context:
self.run("%s %s %s" % (make, extra, " ".join(targets)))