Skip to content

Commit

Permalink
fix: xmake | after_build not running install (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
qudix authored Oct 11, 2024
1 parent 9e7a5d4 commit 7f4eaf5
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 7f4eaf5

Please sign in to comment.