HaxeFoundation / hxcpp

Runtime files for c++ backend for haxe
Other
297 stars 189 forks source link

Check HXCPP_ARCH before defaulting to host arch #1122

Closed tobil4sk closed 4 months ago

tobil4sk commented 4 months ago

Right now HXCPP_ARCH is ignored, which means you can get situations where HXCPP_ARM64 is set but the architecture is x86_64 so you may end up with a broken build.

See #954.