HaxeFoundation / hxcpp

Runtime files for c++ backend for haxe
Other
295 stars 184 forks source link

Fix mac ci failures #1130

Closed tobil4sk closed 2 months ago

tobil4sk commented 2 months ago

Updates setup-haxe to fix libneko.dylib loading failures, and updates the test suite to run on arm64. Both x86_64 and arm64 tests run now on Mac.

Closes #1121.

cc: @Aidan63.

Aidan63 commented 2 months ago

I've just updated my setup-haxe mac PR to use the new neko 2.4 rc instead of it going through the emulation layer which started causing issues now more stuff is universal. Once thats merged and a new release out we can stop pointing to specific commits in my fork.

https://github.com/krdlab/setup-haxe/pull/48