libgme / game-music-emu

Blargg's video game music emulation library, which allows audio applications to easily add playback support for the music of many classic video game consoles.
GNU Lesser General Public License v2.1
59 stars 12 forks source link

Fix building a static library #59

Closed BtbN closed 9 months ago

BtbN commented 9 months ago

DEFINE_SYMBOL definitions are only defined when building a shared library.

Without this, building a static library fails with a ton of "missing debug_printf" errors.

Wohlstand commented 9 months ago

I did another fix: https://github.com/libgme/game-music-emu/commit/10ab7303d64000310d6cdc66191ba9f512ac700c