yabridge: fix build with gcc15

Fixes #476178
This commit is contained in:
Yuxuan Shui
2026-01-03 01:48:21 +00:00
parent 91fab2d3e8
commit 1d73fd16de
@@ -221,6 +221,7 @@ stdenv.mkDerivation (
)
)
);
env.NIX_CFLAGS_COMPILE = lib.optionalString (wineRelease == "yabridge") "-std=gnu17";
# Don't shrink the ELF RPATHs in order to keep the extra RPATH
# elements specified above.