Skip to content

Commit a5cc8ed

Browse files
authored
Merge pull request #2072 from Jarod42/gmake_prelink
Fix prelink step dependencies for gmake (to be done after compilation).
2 parents e931c58 + ff7f91f commit a5cc8ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/gmake/gmake.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@
248248

249249

250250
function make.preLinkRules(prj)
251-
_p('prelink:')
251+
_p('prelink: $(OBJECTS)')
252252
_p('\t$(PRELINKCMDS)')
253253
_p('')
254254
end

0 commit comments

Comments
 (0)