diff options
| author | ruki <[email protected]> | 2020-05-19 22:43:07 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-05-19 10:18:46 +0800 |
| commit | 5ae55ab1f4233bd5a5f065a07763c1192b91341c (patch) | |
| tree | d819c7f436cce9896c96a7a5a0ae15b9606688da /xmake/toolchains/go/xmake.lua | |
| parent | 40f43fdf131b55639a8149a021394106eb8aef34 (diff) | |
add cuda toolchain
Diffstat (limited to 'xmake/toolchains/go/xmake.lua')
| -rw-r--r-- | xmake/toolchains/go/xmake.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmake/toolchains/go/xmake.lua b/xmake/toolchains/go/xmake.lua index f7451a781..a5400302b 100644 --- a/xmake/toolchains/go/xmake.lua +++ b/xmake/toolchains/go/xmake.lua @@ -22,7 +22,7 @@ toolchain("go") -- set toolsets - set_toolsets("gc", "go", "gccgo") - set_toolsets("gcld", "go", "gccgo") - set_toolsets("gcar", "go", "gccgo") + set_toolsets("gc", "$(env GC)", "go", "gccgo") + set_toolsets("gcld", "$(env GC)", "go", "gccgo") + set_toolsets("gcar", "$(env GC)", "go", "gccgo") |
