mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-06-06 23:24:41 -04:00
StormLib's bundled libtomcrypt uses x86 inline assembly (bswapl/movl) gated by __MINGW32__, which is defined on CLANGARM64 too. Pass -DLTC_NO_BSWAP to force portable C byte-swap fallback.