diff options
| author | ruki <[email protected]> | 2016-07-26 13:42:45 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2016-07-26 13:42:45 +0800 |
| commit | 6e92472b681d01079a564feb7820fac902f3caf5 (patch) | |
| tree | 5db4a5bd805f947461573a2d49620d9b3068efec /xmake/platforms/linux/xmake.lua | |
| parent | 31a7027dde7d4b1e21dbabdf9fb674f9c0cb43c7 (diff) | |
fix clean symbol bug
Diffstat (limited to 'xmake/platforms/linux/xmake.lua')
| -rwxr-xr-x | xmake/platforms/linux/xmake.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/platforms/linux/xmake.lua b/xmake/platforms/linux/xmake.lua index 29a5122cf..21f537cce 100755 --- a/xmake/platforms/linux/xmake.lua +++ b/xmake/platforms/linux/xmake.lua @@ -52,6 +52,7 @@ platform("linux") _g.formats.static = {"lib", ".a"} _g.formats.object = {"", ".o"} _g.formats.shared = {"lib", ".so"} + _g.formats.symbol = {"", ".sym"} -- cross toolchains? if config.get("cross") then |
