Skip to content

Commit

Permalink
fix version define
Browse files Browse the repository at this point in the history
  • Loading branch information
Aidan63 committed Sep 15, 2024
1 parent 0def9c6 commit 51829b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cppia/CppiaHost.hx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ class CppiaHost
Sys.exit(-1);
}

#if (haxe >= version("5.0.0"))
#if (haxe >= version("4.3.6"))
if (Common.clientRoot == null) {
Sys.println("null client root class");
Sys.exit(-1);
Expand Down

0 comments on commit 51829b2

Please sign in to comment.