joncampbell123 / dosbox-x

DOSBox-X fork of the DOSBox project
GNU General Public License v2.0
2.53k stars 369 forks source link

Fix SDL1 build error (Linux & MinGW) #5035

Closed maron2000 closed 3 weeks ago

maron2000 commented 3 weeks ago

MinGW migrated gcc to version 14 that resulted SDL1 builds to fail which was fixed by commit 6e3fae1. gcc version of Linux also migrated as well, so fix the build script to enable SDL1 builds possible.

Confirmed build on MinGW and ArchLinux with gcc version 14.