From bc32dfdb2c91fc05b368a111a89505569117ccff Mon Sep 17 00:00:00 2001 From: ruki Date: Fri, 1 Sep 2023 00:45:55 +0800 Subject: revert on_changed --- xmake/rules/cuda/devlink/devlink.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmake/rules/cuda/devlink/devlink.lua') 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") -- cgit v1.3.1