Browse code

mkfile: uxn doesn't use portmidi anymore

Sigrid Solveig Haflínudóttir authored on 17/09/2021 18:20:37
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 | grep -v /library/}
5 5
 ROM=${USM:%.tal=%.rom}
6
-CFLAGS=$CFLAGS -D__plan9__ -DNO_PORTMIDI -I/sys/include/npe -I/sys/include/npe/SDL2
6
+CFLAGS=$CFLAGS -D__plan9__ -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\