Explorar el Código

[cs/unity] Unity does not support Compiled flag

Cauê Waneck hace 11 años
padre
commit
16b168867a
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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
 			}
 		}