Browse code

Fixed Plan 9 build by disabling portmidi

Andrew Alderwick authored on 26/06/2021 08:22:10
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 -D__plan9__ -I/sys/include/npe -I/sys/include/npe/SDL2
6
+CFLAGS=$CFLAGS -D__plan9__ -DNO_PORTMIDI -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\