Переглянути джерело

[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
 			}
 		}