소스 검색

Ensure bootstrap builds all. (#127)

Brucey 2 년 전
부모
커밋
d0d0a118b9
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      bmk.bmx

+ 1 - 0
bmk.bmx

@@ -640,6 +640,7 @@ Function MakeBootstrap()
 	config.CopyAssets(bootstrapPath)
 	config.CopyAssets(bootstrapPath)
 
 
 	opt_release = True
 	opt_release = True
+	opt_all = True
 
 
 	For Local target:TBootstrapTarget = EachIn config.targets
 	For Local target:TBootstrapTarget = EachIn config.targets
 		For Local app:TBootstrapAsset = EachIn config.assets
 		For Local app:TBootstrapAsset = EachIn config.assets