diff options
| author | ruki <[email protected]> | 2020-05-16 10:59:10 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-05-16 10:59:10 +0800 |
| commit | d021df166bfd45c2d18ae6fa39cd685006491d01 (patch) | |
| tree | 00ae776fe15fc6f70c30877b1b2eaeba2cd3d4f8 /xmake/core/tool/toolchain.lua | |
| parent | 87a0828f8d20d3a1a83aed640e6e77560668e488 (diff) | |
rename dlang, rust, swift, go ldflags
Diffstat (limited to 'xmake/core/tool/toolchain.lua')
| -rw-r--r-- | xmake/core/tool/toolchain.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xmake/core/tool/toolchain.lua b/xmake/core/tool/toolchain.lua index ef04e31bf..6cfaf5802 100644 --- a/xmake/core/tool/toolchain.lua +++ b/xmake/core/tool/toolchain.lua @@ -27,7 +27,9 @@ local os = require("base/os") local path = require("base/path") local utils = require("base/utils") local table = require("base/table") +local global = require("base/global") local interpreter = require("base/interpreter") +local config = require("project/config") local language = require("language/language") local sandbox = require("sandbox/sandbox") |
