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/android/xmake.lua | |
| parent | 31a7027dde7d4b1e21dbabdf9fb674f9c0cb43c7 (diff) | |
fix clean symbol bug
Diffstat (limited to 'xmake/platforms/android/xmake.lua')
| -rwxr-xr-x | xmake/platforms/android/xmake.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/platforms/android/xmake.lua b/xmake/platforms/android/xmake.lua index 98f20c01d..e07cb788a 100755 --- a/xmake/platforms/android/xmake.lua +++ b/xmake/platforms/android/xmake.lua @@ -49,6 +49,7 @@ platform("android") _g.formats.static = {"lib", ".a"} _g.formats.object = {"", ".o"} _g.formats.shared = {"lib", ".so"} + _g.formats.symbol = {"", ".sym"} -- init flags local arch = config.get("arch") |
