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