diff options
| author | ruki <[email protected]> | 2020-06-21 12:51:13 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-06-21 12:51:13 +0800 |
| commit | 08559a94893de4e5b0799f90f54c0009ef7eeb4d (patch) | |
| tree | eb004d2f7899b5abb188dff33cdb108b5e5873a5 /xmake/plugins/project/vstudio/impl/vs201x.lua | |
| parent | 4dea5c6453ec77f7fad59047fe9541f0739dd713 (diff) | |
improve to load toolchains for each plat/arch
Diffstat (limited to 'xmake/plugins/project/vstudio/impl/vs201x.lua')
| -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 be9b54580..01a38e670 100644 --- a/xmake/plugins/project/vstudio/impl/vs201x.lua +++ b/xmake/plugins/project/vstudio/impl/vs201x.lua @@ -233,6 +233,9 @@ function make(outputdir, vsinfo) -- clear project to reload and recheck it project.clear() + -- check configure + config.check() + -- check project options project.check() |
