summaryrefslogtreecommitdiff
path: root/xmake/platforms/linux/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2016-06-01 15:00:25 +0800
committerruki <[email protected]>2016-06-01 15:00:25 +0800
commiteffb1055c467886ad873c01ee67167008e39ee9b (patch)
treee72120bda5926dde4f1157772e15fbb793565707 /xmake/platforms/linux/xmake.lua
parenta695fd4b26ed7c5bdba3bd18d9adb3075190b1ee (diff)
impl doxygen plugin
Diffstat (limited to 'xmake/platforms/linux/xmake.lua')
-rwxr-xr-xxmake/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 c6d6cce0b..b7f47b15b 100755
--- a/xmake/platforms/linux/xmake.lua
+++ b/xmake/platforms/linux/xmake.lua
@@ -35,6 +35,9 @@ platform("linux")
-- set checker
set_checker("checker")
+ -- set tooldirs
+ set_tooldirs("/usr/bin", "/usr/local/bin", "/opt/bin", "/opt/local/bin")
+
-- on load
on_load(function ()