diff options
| author | ruki <[email protected]> | 2020-03-19 23:15:17 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-03-19 13:31:43 +0800 |
| commit | 1933377f0050ac0b6722e5b598080323c75b6e41 (patch) | |
| tree | 10125e87b5629f310920ea57a4d7f5a5ec126c99 /xmake/modules/core/tools/rc.lua | |
| parent | 11d39769de12b3409fc3fcfac96bef1bb20cef2f (diff) | |
improve build_ninja
Diffstat (limited to 'xmake/modules/core/tools/rc.lua')
| -rw-r--r-- | xmake/modules/core/tools/rc.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/modules/core/tools/rc.lua b/xmake/modules/core/tools/rc.lua index e58aef2f6..13c31bb50 100644 --- a/xmake/modules/core/tools/rc.lua +++ b/xmake/modules/core/tools/rc.lua @@ -25,6 +25,7 @@ import("private.tools.vstool") -- init it function init(self) + self:set("mrcflags", "-nologo") end -- make the define flag |
