summaryrefslogtreecommitdiff
path: root/xmake/platforms/linux/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2017-03-28 22:14:38 +0800
committerruki <[email protected]>2017-03-28 22:14:38 +0800
commite6ddfd06269948f11d27191bd2cb30c5b0aee132 (patch)
treec0f9475d0484750953a828955ece45eb49b1f8dd /xmake/platforms/linux/xmake.lua
parent8e0c711fb2ea0fb3a54b9f2b41d1907fc4be8b02 (diff)
add installing and uninstalling tips
Diffstat (limited to 'xmake/platforms/linux/xmake.lua')
-rw-r--r--xmake/platforms/linux/xmake.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/xmake/platforms/linux/xmake.lua b/xmake/platforms/linux/xmake.lua
index a2cb0cf01..85756709e 100644
--- a/xmake/platforms/linux/xmake.lua
+++ b/xmake/platforms/linux/xmake.lua
@@ -37,6 +37,9 @@ platform("linux")
-- set tooldirs
set_tooldirs("/usr/bin", "/usr/local/bin", "/opt/bin", "/opt/local/bin")
+ -- set installdir
+ set_installdir("/usr/local")
+
-- on install
on_install("install")