diff options
| author | ruki <[email protected]> | 2023-09-01 00:45:55 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-09-01 00:45:55 +0800 |
| commit | bc32dfdb2c91fc05b368a111a89505569117ccff (patch) | |
| tree | b61390b4f5cac847fc31b0d8c895003ee0dd39ec /xmake/actions/build/kinds/binary.lua | |
| parent | abc48d4f230d471ebf53051bf36f2a0ecd94077e (diff) | |
revert on_changed
Diffstat (limited to 'xmake/actions/build/kinds/binary.lua')
| -rw-r--r-- | xmake/actions/build/kinds/binary.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/actions/build/kinds/binary.lua b/xmake/actions/build/kinds/binary.lua index d9b5b26ba..f12ae736f 100644 --- a/xmake/actions/build/kinds/binary.lua +++ b/xmake/actions/build/kinds/binary.lua @@ -52,7 +52,7 @@ function _do_link_target(target, opt) end local dryrun = option.get("dry-run") local depvalues = {linkinst:program(), linkflags} - depend._on_changed(function () + depend.on_changed(function () -- the target file local targetfile = target:targetfile() |
