diff options
| -rw-r--r-- | xmake/modules/package/tools/msbuild.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/modules/package/tools/msbuild.lua b/xmake/modules/package/tools/msbuild.lua index 2de6ff91c..e3194322e 100644 --- a/xmake/modules/package/tools/msbuild.lua +++ b/xmake/modules/package/tools/msbuild.lua @@ -57,7 +57,6 @@ function _get_configs(package, configs, opt) configs = configs or {} local configs_str = string.serialize(configs, {indent = false, strip = true}) table.insert(configs, "-nologo") - table.insert(configs, "-t:Rebuild") table.insert(configs, (jobs ~= nil and format("-m:%d", jobs) or "-m")) if not configs_str:find("p:Configuration=", 1, true) then table.insert(configs, "-p:Configuration=" .. (package:is_debug() and "Debug" or "Release")) |
