diff options
| author | OpportunityLiu <[email protected]> | 2019-06-18 18:10:48 +0800 |
|---|---|---|
| committer | OpportunityLiu <[email protected]> | 2019-06-18 18:10:48 +0800 |
| commit | 026a8aa6a02bf9c12790404b9c551abf3dfd261b (patch) | |
| tree | 13c9acd6bf397fbe8a1d0c121685693b9cffda34 /xmake/rules/cuda/devlink/xmake.lua | |
| parent | 9c8b83a61fce275edd3808c54f36ba368378fa5d (diff) | |
fix find_program & find_file
add path.splitenv
Diffstat (limited to 'xmake/rules/cuda/devlink/xmake.lua')
| -rw-r--r-- | xmake/rules/cuda/devlink/xmake.lua | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/xmake/rules/cuda/devlink/xmake.lua b/xmake/rules/cuda/devlink/xmake.lua index 2d4644781..1cdfb2fb7 100644 --- a/xmake/rules/cuda/devlink/xmake.lua +++ b/xmake/rules/cuda/devlink/xmake.lua @@ -29,10 +29,6 @@ rule("cuda.devlink") import("core.platform.platform") -- disable devlink? - -- local cu_tool, cu_toolname = platform.tool("cu") - -- if (cu_toolname or path.basename(cu_tool)) ~= "nvcc" then - -- return - -- end if target:values("cuda.devlink") == false then return end |
