Skip to content

Commit 7f4eaf5

Browse files
authored
fix: xmake | after_build not running install (Starfield-Reverse-Engineering#289)
1 parent 9e7a5d4 commit 7f4eaf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xmake-extra.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,5 +209,5 @@ rule("commonlibsf.plugin")
209209
if srcfiles and #srcfiles > 0 and dstfiles and #dstfiles > 0 then
210210
task.run("install")
211211
end
212-
end, { files = project.allfiles(), changed = target:is_rebuilt()})
212+
end, { changed = target:is_rebuilt(), files = { target:targetfile() } })
213213
end)

0 commit comments

Comments
 (0)