Skip to content

Commit

Permalink
Merge pull request #2072 from Jarod42/gmake_prelink
Browse files Browse the repository at this point in the history
Fix prelink step dependencies for gmake (to be done after compilation).
  • Loading branch information
samsinsane authored Aug 30, 2024
2 parents e931c58 + ff7f91f commit a5cc8ed
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:')
_p('prelink: $(OBJECTS)')
_p('\t$(PRELINKCMDS)')
_p('')
end
Expand Down

0 comments on commit a5cc8ed

Please sign in to comment.