libretro / blastem

Upstream tracking repo of BlastEm, the fast and accurate Genesis emulator, with libretro specific changes
https://www.retrodev.com/blastem/
GNU General Public License v3.0
53 stars 25 forks source link

Fix build errors in openSUSE Tumbleweed #14

Closed guoyunhe closed 4 years ago

guoyunhe commented 4 years ago

Fix #13

The default GCC flags in openSUSE Tumbleweed changed from -fcommon to -fno-common. So we have to add this flag manually.

guoyunhe commented 4 years ago

Replaced by #16