소스 검색

[cs] generate small native enum for EmptyObject marker

Dan Korostelev 10 년 전
부모
커밋
8de8bd39c7
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      std/cs/internal/Runtime.hx

+ 1 - 0
std/cs/internal/Runtime.hx

@@ -788,6 +788,7 @@ import cs.system.Object;
 	}*/
 }
 
+@:nativeGen
 @:keep @:native("haxe.lang.EmptyObject") private enum EmptyObject
 {
 	EMPTY;