summaryrefslogtreecommitdiff
path: root/xmake/platforms/linux/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/platforms/linux/xmake.lua')
-rw-r--r--xmake/platforms/linux/xmake.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/platforms/linux/xmake.lua b/xmake/platforms/linux/xmake.lua
index 85756709e..753e24742 100644
--- a/xmake/platforms/linux/xmake.lua
+++ b/xmake/platforms/linux/xmake.lua
@@ -34,8 +34,8 @@ platform("linux")
-- set archs
set_archs("i386", "x86_64")
- -- set tooldirs
- set_tooldirs("/usr/bin", "/usr/local/bin", "/opt/bin", "/opt/local/bin")
+ -- set formats
+ set_formats {static = {"lib", ".a"}, object = {"", ".o"}, shared = {"lib", ".so"}, symbol = {"", ".sym"}}
-- set installdir
set_installdir("/usr/local")