diff options
| author | ruki <[email protected]> | 2015-06-07 17:32:29 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2015-06-07 17:32:29 +0800 |
| commit | c5d9384572032383e2c3dcdb65b313aeab11c767 (patch) | |
| tree | 14897ef65bf0aa724854d1f0d6f25072c997227b /xmake/scripts/platform | |
| parent | d6275f9e3ae8989dbdca641bfeb077773df1c217 (diff) | |
add g++ and support linux
Diffstat (limited to 'xmake/scripts/platform')
| -rw-r--r-- | xmake/scripts/platform/linux/prober.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/scripts/platform/linux/prober.lua b/xmake/scripts/platform/linux/prober.lua index 1a3024df1..963cc440d 100644 --- a/xmake/scripts/platform/linux/prober.lua +++ b/xmake/scripts/platform/linux/prober.lua @@ -25,6 +25,7 @@ local os = require("base/os") local path = require("base/path") local utils = require("base/utils") local string = require("base/string") +local tools = require("tools/tools") -- define module: prober local prober = prober or {} |
