summaryrefslogtreecommitdiff
path: root/xmake/rules/platform/linux
diff options
context:
space:
mode:
authorruki <[email protected]>2023-09-01 00:45:55 +0800
committerruki <[email protected]>2023-09-01 00:45:55 +0800
commitbc32dfdb2c91fc05b368a111a89505569117ccff (patch)
treeb61390b4f5cac847fc31b0d8c895003ee0dd39ec /xmake/rules/platform/linux
parentabc48d4f230d471ebf53051bf36f2a0ecd94077e (diff)
revert on_changed
Diffstat (limited to 'xmake/rules/platform/linux')
-rw-r--r--xmake/rules/platform/linux/driver/driver_modules.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/rules/platform/linux/driver/driver_modules.lua b/xmake/rules/platform/linux/driver/driver_modules.lua
index d3e1a7d98..845404504 100644
--- a/xmake/rules/platform/linux/driver/driver_modules.lua
+++ b/xmake/rules/platform/linux/driver/driver_modules.lua
@@ -236,7 +236,7 @@ function link(target, opt)
local targetfile = target:targetfile()
local dependfile = target:dependfile(targetfile)
local objectfiles = target:objectfiles()
- depend._on_changed(function ()
+ depend.on_changed(function ()
-- trace
progress.show(opt.progress, "${color.build.object}linking.$(mode) %s", targetfile)