Skip to content

Commit ff7f91f

Browse files
committed
Fix prelink step dependencies for gmake (to be done after compilation).
1 parent e1b2a31 commit ff7f91f

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)