diff options
| author | ruki <[email protected]> | 2018-12-11 22:32:58 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2018-12-11 09:17:50 +0800 |
| commit | e9a6a15b91e979ef855749be60c1ddd50823b9d5 (patch) | |
| tree | 180ab4b1f1e9aa15bf8d4bdfa570785cc3b689da /xmake/platforms/linux/xmake.lua | |
| parent | 2f1a77858c0ef40102228574546db6865309bdeb (diff) | |
filter backtrace option
Diffstat (limited to 'xmake/platforms/linux/xmake.lua')
| -rw-r--r-- | xmake/platforms/linux/xmake.lua | 2 |
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 |
