diff options
| author | ruki <[email protected]> | 2019-06-12 23:00:12 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-06-12 12:01:13 +0800 |
| commit | a42d2ff6c4b54bc63a4126c9f61ad83b7cb0f18a (patch) | |
| tree | 142cae9931f1021ca79880686f7f81a70616045b /xmake/rules/cuda/xmake.lua | |
| parent | b7e3a9836f2b4dc7fa034506fbef863ff519de69 (diff) | |
add cuda.nodevlink rule
Diffstat (limited to 'xmake/rules/cuda/xmake.lua')
| -rw-r--r-- | xmake/rules/cuda/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/rules/cuda/xmake.lua b/xmake/rules/cuda/xmake.lua index 0ec1ddaee..09e4c3fbe 100644 --- a/xmake/rules/cuda/xmake.lua +++ b/xmake/rules/cuda/xmake.lua @@ -22,5 +22,5 @@ rule("cuda") -- add rules - add_deps("cuda.device_link", "cuda.gencodes") + add_deps("cuda.devlink", "cuda.gencodes") |
