diff options
| author | ruki <[email protected]> | 2018-08-03 22:44:03 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2018-08-03 10:24:22 +0800 |
| commit | 2a7d3704912245a2433d1071679f4253d96069c0 (patch) | |
| tree | ed1875738fa7bb2e39118b7a046b94c96debfe41 /xmake/platforms/android/xmake.lua | |
| parent | 5aa5ddbdaa2c026d65fcb17e5e36ac4995032a8b (diff) | |
modify format
Diffstat (limited to 'xmake/platforms/android/xmake.lua')
| -rw-r--r-- | xmake/platforms/android/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/platforms/android/xmake.lua b/xmake/platforms/android/xmake.lua index adeaadc95..0e8edb8c7 100644 --- a/xmake/platforms/android/xmake.lua +++ b/xmake/platforms/android/xmake.lua @@ -35,7 +35,7 @@ platform("android") set_archs("armv5te", "armv6", "armv7-a", "armv8-a", "arm64-v8a") -- set formats - set_formats {static = {"lib", ".a"}, object = {"", ".o"}, shared = {"lib", ".so"}, symbol = {"", ".sym"}} + set_formats {static = "lib$(name).a", object = "$(name).o", shared = "lib$(name).so", symbol = "$(name).sym"} -- on check on_check("check") |
