2
0
Эх сурвалжийг харах

Fixed not including incbin files in bootstrap.

Brucey 5 жил өмнө
parent
commit
1e82f1d1dd
1 өөрчлөгдсөн 4 нэмэгдсэн , 0 устгасан
  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