Skip to content

Commit

Permalink
Fix prelink step dependencies for gmake (to be done after compilation).
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarod42 committed Oct 31, 2023
1 parent e1b2a31 commit ff7f91f
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 ff7f91f

Please sign in to comment.