Browse Source

Merge pull request #704 from bmx-ng/task/fix-flag-use

Uses opt_apptype instead of opt_buildtype
Brucey 5 tháng trước cách đây
mục cha
commit
4e3fb2f377
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      ctranslator.bmx

+ 1 - 1
ctranslator.bmx

@@ -7137,7 +7137,7 @@ End If
 			End If
 		Next
 
-		If opt_buildtype = BUILDTYPE_APP Then
+		If opt_apptype Then
 			Emit "bbRunAtstart();"
 		End If