瀏覽代碼

Fixed not including incbin files in bootstrap.

Brucey 5 年之前
父節點
當前提交
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