summaryrefslogtreecommitdiff
path: root/xmake/rules/cuda/devlink/devlink.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/rules/cuda/devlink/devlink.lua')
-rw-r--r--xmake/rules/cuda/devlink/devlink.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/rules/cuda/devlink/devlink.lua b/xmake/rules/cuda/devlink/devlink.lua
index 3beb07f74..c849f28e5 100644
--- a/xmake/rules/cuda/devlink/devlink.lua
+++ b/xmake/rules/cuda/devlink/devlink.lua
@@ -88,7 +88,7 @@ function main(target, opt)
end
local dryrun = option.get("dry-run")
local depvalues = {linkinst:program(), linkflags}
- depend._on_changed(function ()
+ depend.on_changed(function ()
-- is verbose?
local verbose = option.get("verbose")