diff options
| author | ruki <[email protected]> | 2019-03-04 23:52:18 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-03-04 17:13:53 +0800 |
| commit | f8753e436dc75203361a6a5256235f2796701e6f (patch) | |
| tree | 7ad78485ed4523135c6390ba0b8079b7a3c46bfc /xmake/plugins/project | |
| parent | 81222c3b9d2aec685ae0869adf58130d707af9b0 (diff) | |
modify changelog
Diffstat (limited to 'xmake/plugins/project')
| -rw-r--r-- | xmake/plugins/project/vstudio/impl/vs201x.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/plugins/project/vstudio/impl/vs201x.lua b/xmake/plugins/project/vstudio/impl/vs201x.lua index f4337392b..e8e9dc4a2 100644 --- a/xmake/plugins/project/vstudio/impl/vs201x.lua +++ b/xmake/plugins/project/vstudio/impl/vs201x.lua @@ -224,6 +224,7 @@ function make(outputdir, vsinfo) if mode ~= config.mode() or arch ~= config.arch() then -- modify config + config.set("as", nil, {force = true}) -- force to re-check as for ml/ml64 config.set("mode", mode, {readonly = true, force = true}) config.set("arch", arch, {readonly = true, force = true}) |
