Browse Source

Fixed not including incbin files in bootstrap.

Brucey 5 years ago
parent
commit
1e82f1d1dd
1 changed files with 4 additions and 0 deletions
  1. 4 0
      bmk_make.bmx

+ 4 - 0
bmk_make.bmx

@@ -1438,6 +1438,10 @@ Type TBuildManager Extends TCallback
 
 		sources.Insert(ib.path, ib)
 
+		If opt_standalone And opt_boot Then
+			processor.PushSource(ib.path)
+		End If
+
 		Return ib
 	End Method