diff options
| author | ruki <[email protected]> | 2024-02-22 00:58:20 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-02-22 00:58:20 +0800 |
| commit | 2c97dacfe8490643fe6c8f488fea72350aa64945 (patch) | |
| tree | 837d55cb521cbd4d7b09d320592376928681034c /xmake/rules/cuda/env/xmake.lua | |
| parent | 76558d21fd3277f5f8d7c43c69d0b24f68ca4acd (diff) | |
improve ccbin #4755
Diffstat (limited to 'xmake/rules/cuda/env/xmake.lua')
| -rw-r--r-- | xmake/rules/cuda/env/xmake.lua | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/xmake/rules/cuda/env/xmake.lua b/xmake/rules/cuda/env/xmake.lua index 69a3dee1c..b57151f9f 100644 --- a/xmake/rules/cuda/env/xmake.lua +++ b/xmake/rules/cuda/env/xmake.lua @@ -43,12 +43,6 @@ rule("cuda.env") target:add("culdflags", "-m64", {force = true}) end - -- add ccbin - local cu_ccbin = platform.tool("cu-ccbin") - if cu_ccbin then - target:add("culdflags", "-ccbin=" .. os.args(cu_ccbin), {force = true}) - end - -- add rdc, @see https://github.com/xmake-io/xmake/issues/1975 if target:values("cuda.rdc") ~= false then target:add("cuflags", "-rdc=true") |
