From c7bbf44b26696faa33467c20d8f025dd144459aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=9C=9EHoovy=E2=9C=9E?= <124418090+MemeHovy@users.noreply.github.com> Date: Sun, 3 Sep 2023 05:33:43 -0400 Subject: [PATCH] compile fix for haxe 4.3 --- source/import.hx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/import.hx b/source/import.hx index e0a4198e..967c50a3 100644 --- a/source/import.hx +++ b/source/import.hx @@ -1 +1,3 @@ -import Paths; \ No newline at end of file +#if !macro +import Paths; +#end