mirror of https://github.com/Cisco-Talos/clamav
Fix Apple-style universal build (bb #1988).
We defined WORDS_BIGENDIAN to 0 if it wasn't defined, however that doesn't work with Apple universal builds, since we don't know the endianness at configure time! So add the ifndef WORDS_BIGNENDIAN -> define WORDS_BIGENDIAN 0 logic to platform.h.0.96
parent
331cce0add
commit
6f994cac4d
Loading…
Reference in new issue