Skip to content

Commit

Permalink
fix: after_build not running install
Browse files Browse the repository at this point in the history
  • Loading branch information
qudix committed Oct 11, 2024
1 parent 9e7a5d4 commit 9da0955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmake-extra.lua
Original file line number Diff line number Diff line change
Expand Up @@ -209,5 +209,5 @@ rule("commonlibsf.plugin")
if srcfiles and #srcfiles > 0 and dstfiles and #dstfiles > 0 then
task.run("install")
end
end, { files = project.allfiles(), changed = target:is_rebuilt()})
end, { changed = target:is_rebuilt(), files = { target:targetfile() } })
end)

0 comments on commit 9da0955

Please sign in to comment.