Browse code

mkfile: fix SDL2 cflags

Sigrid Solveig Haflínudóttir authored on 16/06/2021 07:56:43
Showing 1 changed files
... ...
@@ -3,7 +3,7 @@
3 3
 TARG=bin/uxncli bin/uxnasm bin/uxnemu
4 4
 USM=`{walk -f projects/ | grep '\.tal$' | grep -v blank.tal}
5 5
 ROM=${USM:%.tal=%.rom}
6
-CFLAGS=$CFLAGS -I/sys/include/npe
6
+CFLAGS=$CFLAGS -I/sys/include/npe -I/sys/include/npe/SDL2
7 7
 HFILES=\
8 8
 	/sys/include/npe/stdio.h\
9 9
 	src/devices/apu.h\