summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2023-07-12 00:50:18 +0800
committerruki <[email protected]>2023-07-12 00:50:18 +0800
commitc93b5988ca7b374bf88b064f944a0c2f9b31810b (patch)
treeecf60f67d4b464cac9f8599f5f58ceb62559d92a
parent6f4cd42b81b79feb2c92d2fa3d1f2bf513f4d957 (diff)
fix cmake envs
-rw-r--r--xmake/modules/package/tools/cmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/package/tools/cmake.lua b/xmake/modules/package/tools/cmake.lua
index e87e9f620..63bfa56ac 100644
--- a/xmake/modules/package/tools/cmake.lua
+++ b/xmake/modules/package/tools/cmake.lua
@@ -721,7 +721,7 @@ function buildenvs(package, opt)
opt = opt or {}
local envs = {}
if package:is_plat("windows") then
- -- envs = _get_msvc_runenvs(package)
+ envs = _get_msvc_runenvs(package)
end
-- we need pass pkgconf for windows/mingw without msys2/cygwin