Commit e6e4132c authored by Felix Paul Kühne's avatar Felix Paul Kühne

configure.ac: disable ATTRIBUTE_PACKED for iOS on ARM

The SDK pretends to support it, but actually it doesn't
parent ab6a11a2
......@@ -145,6 +145,7 @@ case "${host_os}" in
arm*)
ARCH_flag="-arch armv7"
ac_cv_c_bigendian="no"
ac_cv_c_attribute_packed="no"
;;
esac
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment