frontends: disable uint128_t on 32-bit builds
On 32-bit, __uint128_t is generally not available. Removing it fixes
builds on those systems.
Signed-off-by:
Aleksa Sarai <cyphar@cyphar.com>
Loading
Please sign in to comment
On 32-bit, __uint128_t is generally not available. Removing it fixes
builds on those systems.
Signed-off-by:
Aleksa Sarai <cyphar@cyphar.com>