Преглед изворни кода

[cs/unity] Unity does not support Compiled flag

Cauê Waneck пре 11 година
родитељ
комит
16b168867a
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      std/cs/_std/EReg.hx

+ 2 - 0
std/cs/_std/EReg.hx

@@ -42,8 +42,10 @@ class EReg {
 					isGlobal = true;
 				case 'm'.code:
 					opts |= cast(Multiline, Int);
+#if (!unity && !unity_std_target)
 				case 'c'.code:
 					opts |= cast(Compiled, Int);
+#end
 			}
 		}