Browse Source

Fixed wrong linkapp argument.

woollybah 7 years ago
parent
commit
89504b764e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bmk_make.bmx

+ 1 - 1
bmk_make.bmx

@@ -630,7 +630,7 @@ Type TBuildManager Extends TCallback
 									links.AddLast(o)
 								Next
 
-								LinkApp opt_outfile, links, False, globals.Get("ld_opts")
+								LinkApp opt_outfile, links, makelib, globals.Get("ld_opts")
 
 								m.obj_time = time_(Null)
 							End If