mirror of
https://github.com/conan-io/conan-center-index.git
synced 2025-08-15 11:08:38 +00:00
(#3995) fix msvc build in msys shell
This commit is contained in:
@@ -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)))
|
||||
|
||||
|
Reference in New Issue
Block a user