diff options
| author | ruki <[email protected]> | 2016-06-01 15:00:25 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2016-06-01 15:00:25 +0800 |
| commit | effb1055c467886ad873c01ee67167008e39ee9b (patch) | |
| tree | e72120bda5926dde4f1157772e15fbb793565707 /xmake/platforms/linux/xmake.lua | |
| parent | a695fd4b26ed7c5bdba3bd18d9adb3075190b1ee (diff) | |
impl doxygen plugin
Diffstat (limited to 'xmake/platforms/linux/xmake.lua')
| -rwxr-xr-x | xmake/platforms/linux/xmake.lua | 3 |
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 () |
