haskell-game / sdl2-mixer

Haskell bindings to SDL2_mixer.
BSD 3-Clause "New" or "Revised" License
12 stars 10 forks source link

Removed superfluous SDL2/ from the #includes in helpers.c #7

Open spikeyarmaku opened 5 years ago

spikeyarmaku commented 5 years ago

The "SDL2/" part caused the linker to not find the SDL libraries themselves. After removing them from helpers.c, the compiler had no problems. It happened on a MINGW64 system.