diff options
| author | ruki <[email protected]> | 2019-06-12 22:48:45 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-06-12 10:52:32 +0800 |
| commit | 1e524e54308b954935ef4f11b3468c47699a0f85 (patch) | |
| tree | 3abd1a5bf7b77740b94d6a6eaee85881fd671ef2 /xmake/platforms/linux/config.lua | |
| parent | 17332ad1070bb6190bcd24f0a96cca823b4d8d26 (diff) | |
align code
Diffstat (limited to 'xmake/platforms/linux/config.lua')
| -rw-r--r-- | xmake/platforms/linux/config.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/platforms/linux/config.lua b/xmake/platforms/linux/config.lua index 4cbed376d..ebccfc985 100644 --- a/xmake/platforms/linux/config.lua +++ b/xmake/platforms/linux/config.lua @@ -78,7 +78,7 @@ function _toolchains() local cu = toolchain("the cuda compiler") local cu_ld = toolchain("the cuda linker") local cu_sh = toolchain("the cuda shared library linker") - local cu_ccbin = toolchain("the cuda host c++ compiler") + local cu_ccbin = toolchain("the cuda host c++ compiler") local toolchains = {cc = cc, cxx = cxx, as = as, ld = ld, sh = sh, ar = ar, ex = ex, mm = mm, mxx = mxx, gc = gc, ["gc-ld"] = gc_ld, ["gc-ar"] = gc_ar, |
