Skip to content

Commit 09f4c71

Browse files
committed
use _get_configs_for_generator instead of _get_configs
1 parent fb1ac8a commit 09f4c71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xmake/modules/package/tools/cmake.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -1220,7 +1220,7 @@ end
12201220
-- install package
12211221
function install(package, configs, opt)
12221222
opt = opt or {}
1223-
_get_configs(package, configs, opt)
1223+
_get_configs_for_generator(package, configs, opt)
12241224

12251225
local cmake_generator = _get_cmake_generator(package, opt)
12261226
-- enter build directory

0 commit comments

Comments
 (0)