ptitSeb / zandronum

Zandronum, with ARM support. Status: working
Other
7 stars 3 forks source link

Proper fix for game-music-emu build when using gcc 10+ #2

Closed joshbarrass closed 2 years ago

joshbarrass commented 2 years ago

Previous test would, for GCC version report version 10.x.x as 0.x.x, which would then fail the version checks. This change to the regex can now match versions of the form xx.x.x and x.x.x, so that 10.x.x can be correctly identified. The version is also printed as confirmation of this.