Skip to content

Release 4.3.32

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 03 Jul 10:54
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