diff options
| -rw-r--r-- | xmake/toolchains/cuda/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/toolchains/cuda/xmake.lua b/xmake/toolchains/cuda/xmake.lua index ca25dcb74..29079d656 100644 --- a/xmake/toolchains/cuda/xmake.lua +++ b/xmake/toolchains/cuda/xmake.lua @@ -28,7 +28,7 @@ toolchain("cuda") -- set toolset set_toolset("cu", "nvcc", "clang") set_toolset("culd", "nvcc") - set_toolset("cu-ccbin", "$(env CXX)", "$(env CC)", "clang", "gcc") + set_toolset("cu-ccbin", "$(env CXX)", "$(env CC)") -- bind msvc environments, because nvcc will call cl.exe on_load(function (toolchain) |
