summaryrefslogtreecommitdiff
path: root/xmake/platforms/linux/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2018-08-03 22:44:03 +0800
committerruki <[email protected]>2018-08-03 10:24:22 +0800
commit2a7d3704912245a2433d1071679f4253d96069c0 (patch)
treeed1875738fa7bb2e39118b7a046b94c96debfe41 /xmake/platforms/linux/xmake.lua
parent5aa5ddbdaa2c026d65fcb17e5e36ac4995032a8b (diff)
modify format
Diffstat (limited to 'xmake/platforms/linux/xmake.lua')
-rw-r--r--xmake/platforms/linux/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/platforms/linux/xmake.lua b/xmake/platforms/linux/xmake.lua
index 1a7a232f8..33c9f9814 100644
--- a/xmake/platforms/linux/xmake.lua
+++ b/xmake/platforms/linux/xmake.lua
@@ -35,7 +35,7 @@ platform("linux")
set_archs("i386", "x86_64")
-- 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"}
-- set installdir
set_installdir("/usr/local")