Fix haxe version check

This commit is contained in:
Kevin Leung
2018-08-22 21:40:17 +08:00
parent 2b7204f8d3
commit 7f13916154

View File

@@ -39,7 +39,7 @@ class MacroApi {
}
#if (haxe >= 4)
#if (haxe_ver >= 4)
typedef ObjectField = haxe.macro.Expr.ObjectField;
typedef QuoteStatus = haxe.macro.Expr.QuoteStatus;
#else