From 96bdd53a23f297a635b945482802582d760216b2 Mon Sep 17 00:00:00 2001 From: ruki Date: Sun, 7 May 2023 10:31:10 +0800 Subject: fix msbuild --- xmake/modules/package/tools/msbuild.lua | 1 - 1 file changed, 1 deletion(-) 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")) -- cgit v1.3.1