diff options
| author | ruki <[email protected]> | 2025-10-21 22:53:03 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-10-21 22:53:03 +0800 |
| commit | fb4b7c9c85787e9447973ff9e52f1b3e96ecfc91 (patch) | |
| tree | 25157676481f3d82645992a70ce9a6b14d288ea5 /xmake/plugins/project/vstudio/impl | |
| parent | bf69d4aa51d625cb6f27837aaf7e57cb32c61de4 (diff) | |
recheck target toolchains in vs
Diffstat (limited to 'xmake/plugins/project/vstudio/impl')
| -rw-r--r-- | xmake/plugins/project/vstudio/impl/vs201x.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xmake/plugins/project/vstudio/impl/vs201x.lua b/xmake/plugins/project/vstudio/impl/vs201x.lua index 7a4a49dc8..823787ab1 100644 --- a/xmake/plugins/project/vstudio/impl/vs201x.lua +++ b/xmake/plugins/project/vstudio/impl/vs201x.lua @@ -428,6 +428,9 @@ function make(outputdir, vsinfo) -- install and update requires install_requires() + -- check target toolchains + target_utils.check_target_toolchains() + -- load targets project.load_targets() |
