diff options
| author | ruki <[email protected]> | 2020-05-21 23:12:30 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-05-21 13:15:00 +0800 |
| commit | 158492c9932be3a1bb79dbc1b969de06498dd2d1 (patch) | |
| tree | 1b24d037daf6c82e4a07fcb052b7cc9321e59556 | |
| parent | 36e30f47020e0c4399eb5f7b7a8739d55489f499 (diff) | |
improve llvm-ar
| -rw-r--r-- | xmake/modules/core/tools/llvm_ar.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/xmake/modules/core/tools/llvm_ar.lua b/xmake/modules/core/tools/llvm_ar.lua index b9674ffaf..0d890bd5c 100644 --- a/xmake/modules/core/tools/llvm_ar.lua +++ b/xmake/modules/core/tools/llvm_ar.lua @@ -24,9 +24,6 @@ import("core.tool.compiler") -- init it function init(self) self:set("arflags", "cr") - if is_plat("cross") and is_subhost("windows") then - self:set("formats", { static = "$(name).lib" }) - end end -- make the strip flag |
