commit 955df119b0113bad7325d49b44b1c87ee595b27d (tree) parent b95b61e4186adbf288a6dabb86b1f5450f45d3ab Author: teflate <teflate@icloud.com> Date: Mon, 8 Jun 2026 20:08:57 +0300 test: fix failing builds for powerpc64 Diffstat:
| M | test/c_abi/cfuncs.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/c_abi/cfuncs.c b/test/c_abi/cfuncs.c @@ -69,7 +69,7 @@ static void assert_or_panic(bool ok) { # define ZIG_NO_COMPLEX #endif -#ifdef __powerpc__ +#ifdef ZIG_PPC32 # define ZIG_NO_COMPLEX #endif