summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2019-06-12 22:48:45 +0800
committerruki <[email protected]>2019-06-12 10:52:32 +0800
commit1e524e54308b954935ef4f11b3468c47699a0f85 (patch)
tree3abd1a5bf7b77740b94d6a6eaee85881fd671ef2
parent17332ad1070bb6190bcd24f0a96cca823b4d8d26 (diff)
align code
-rw-r--r--xmake/platforms/linux/config.lua2
-rw-r--r--xmake/platforms/macosx/config.lua2
2 files changed, 2 insertions, 2 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,
diff --git a/xmake/platforms/macosx/config.lua b/xmake/platforms/macosx/config.lua
index d2eaa807d..a5b1935ba 100644
--- a/xmake/platforms/macosx/config.lua
+++ b/xmake/platforms/macosx/config.lua
@@ -60,7 +60,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, sc = sc, ["sc-ld"] = sc_ld, ["sc-sh"] = sc_sh,
gc = gc, ["gc-ld"] = gc_ld, ["gc-ar"] = gc_ar,