summaryrefslogtreecommitdiff
path: root/xmake/platforms/linux/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2018-12-11 22:32:58 +0800
committerruki <[email protected]>2018-12-11 09:17:50 +0800
commite9a6a15b91e979ef855749be60c1ddd50823b9d5 (patch)
tree180ab4b1f1e9aa15bf8d4bdfa570785cc3b689da /xmake/platforms/linux/xmake.lua
parent2f1a77858c0ef40102228574546db6865309bdeb (diff)
filter backtrace option
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 33c9f9814..b11d5eb05 100644
--- a/xmake/platforms/linux/xmake.lua
+++ b/xmake/platforms/linux/xmake.lua
@@ -37,7 +37,7 @@ platform("linux")
-- set formats
set_formats {static = "lib$(name).a", object = "$(name).o", shared = "lib$(name).so", symbol = "$(name).sym"}
- -- set installdir
+ -- set install directory
set_installdir("/usr/local")
-- on check