Browse Source

Ensure bootstrap builds all. (#127)

Brucey 2 years ago
parent
commit
d0d0a118b9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      bmk.bmx

+ 1 - 0
bmk.bmx

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