riksweeney / edgar

A 2D platform game with a persistent world. When Edgar's father fails to return home after venturing out one dark and stormy night, Edgar fears the worst: he has been captured by the evil sorcerer who lives in a fortress beyond the forbidden swamp.
https://www.parallelrealities.co.uk/games/edgar
116 stars 28 forks source link

Include SDL2 CFLAGS to the makefile script #57

Closed AndersonTorres closed 2 years ago

AndersonTorres commented 2 years ago

While writing an expression for Nixpkgs, it was found that the current makefile did not find the SDL headers, because they were installed in custom, non-standard locations. This issue can be easily fixed by using sdl2-config.

AndersonTorres commented 2 years ago

Wow, that was quick! Many thanks for the merge!