More haxe 3 fixes.

This commit is contained in:
Apprentice-Alchemist
2022-04-28 19:56:30 +02:00
parent 6f196008c2
commit 7dbc4e9c71

View File

@@ -36,7 +36,7 @@ class HashlinkHelper
}
for (file in System.readDirectory(hlPath)
.filter(f -> Path.extension(f) == "hdll"
.filter(function (f) return Path.extension(f) == "hdll"
&& Path.withoutDirectory(f) != "sdl.hdll"
&& Path.withoutDirectory(f) != "openal.hdll"))
{