a build fix, due to compile issue for pdcursesmod
GCC15 switched its default to -std=gnu23 and there's a bug in pdcursesmod as a result. That impacts MSYS2/Mingw64 NetHack builds. See: https://github.com/Bill-Gray/PDCursesMod/issues/333 The suggestion there is to force --std=gnu17 as a workaround.
This commit is contained in:
1
src/.gitignore
vendored
1
src/.gitignore
vendored
@@ -31,3 +31,4 @@ bundle/*
|
||||
GNUmakefile
|
||||
GNUmakefile.depend
|
||||
.*.c
|
||||
.depend
|
||||
|
||||
Reference in New Issue
Block a user