summaryrefslogtreecommitdiff
path: root/xmake/rules/cuda/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2019-06-12 23:00:12 +0800
committerruki <[email protected]>2019-06-12 12:01:13 +0800
commita42d2ff6c4b54bc63a4126c9f61ad83b7cb0f18a (patch)
tree142cae9931f1021ca79880686f7f81a70616045b /xmake/rules/cuda/xmake.lua
parentb7e3a9836f2b4dc7fa034506fbef863ff519de69 (diff)
add cuda.nodevlink rule
Diffstat (limited to 'xmake/rules/cuda/xmake.lua')
-rw-r--r--xmake/rules/cuda/xmake.lua2
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")