fixed build on macosx
authorJohn Tsiombikas <nuclear@mutantstargoat.com>
Mon, 3 Oct 2016 07:58:17 +0000 (10:58 +0300)
committerJohn Tsiombikas <nuclear@mutantstargoat.com>
Mon, 3 Oct 2016 07:58:17 +0000 (10:58 +0300)
GNUmakefile

index 5e3fdeb..348256c 100644 (file)
@@ -3,7 +3,7 @@ obj = $(src:.c=.o)
 dep = $(obj:.o=.d)
 bin = demo
 
-inc = -Isrc -Isrc/sdl -Ilibs/imago/src -Ilibs/mikmod/include
+inc = -I/usr/local/include -Isrc -Isrc/sdl -Ilibs/imago/src -Ilibs/mikmod/include
 
 CFLAGS = -pedantic -Wall -g $(inc) `sdl-config --cflags`
 LDFLAGS = -Llibs/imago -Llibs/mikmod -limago -lmikmod `sdl-config --libs` -lm