tyrquake-lr: fix building with gcc15

This commit is contained in:
spycat88
2025-11-16 17:10:40 +00:00
parent 46167c7f8e
commit 70dd9a6524

View File

@@ -33,6 +33,7 @@ pre_configure_target() {
if [ "${ARCH}" == "arm" ]; then
CFLAGS="${CFLAGS} -DARM -marm"
fi
CFLAGS="${CFLAGS} -std=gnu17"
}
makeinstall_target() {