Browse Source

Merge commit 'f2b23f6351bfd1a887c44f0c3118d8e4dbe8489d' into develop

Mark Sibly 8 years ago
parent
commit
4a13e03f59
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/ted2go/product/BuildProduct.monkey2

+ 1 - 1
src/ted2go/product/BuildProduct.monkey2

@@ -434,7 +434,7 @@ Class EmscriptenProduct Extends BuildProduct
 
 		AddExts( New String[]( ".html" ) )
 		
-		AddVar( "Application Type","asmjs","options:asmjs|wasm|wasm+asmjs" )
+		AddVar( "Application Type","wasm","options:wasm|wasm+asmjs|asmjs" )
 	End
 	
 	Protected