summaryrefslogtreecommitdiff
path: root/xmake/plugins
diff options
context:
space:
mode:
authorruki <[email protected]>2025-10-21 22:52:32 +0800
committerruki <[email protected]>2025-10-21 22:52:32 +0800
commit09bd81144accabe2a7779b8d862559784a263f00 (patch)
tree59e4b0f59005da0a214438547201fa1db1f9083e /xmake/plugins
parent405221a5f79cda33cab7df2694a3ee818d188168 (diff)
recheck target toolchains in vsxmake
Diffstat (limited to 'xmake/plugins')
-rw-r--r--xmake/plugins/project/vsxmake/getinfo.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/xmake/plugins/project/vsxmake/getinfo.lua b/xmake/plugins/project/vsxmake/getinfo.lua
index 08c10ca60..67bc8c968 100644
--- a/xmake/plugins/project/vsxmake/getinfo.lua
+++ b/xmake/plugins/project/vsxmake/getinfo.lua
@@ -479,6 +479,9 @@ function main(outputdir, vsinfo)
-- install and update requires
install_requires()
+ -- check target toolchains
+ target_utils.check_target_toolchains()
+
-- load targets
project.load_targets()