Skip to content

Release 4.3.45

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Jun 06:25
9cdfc47
Check HXCPP_ARCH before defaulting to host arch (#1122)

* Check HXCPP_ARCH before defaulting to host arch

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.

* Fix formatting