diff options
| -rw-r--r-- | xmake/modules/package/tools/cmake.lua | 2 |
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 |
