Skip to content

Commit

Permalink
[gmake] Add missing dependencies between prelink and generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarod42 committed Dec 29, 2024
1 parent 8f5d5fc commit 8bb65f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/gmake/gmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@


function make.preLinkRules(prj)
_p('prelink: $(OBJECTS)')
_p('prelink: $(CUSTOMFILES) $(OBJECTS)')
_p('\t$(PRELINKCMDS)')
_p('')
end
Expand Down

0 comments on commit 8bb65f5

Please sign in to comment.