commit 5936137166a9fb74c4c391ff9d87b5dd5539fa72
parent 08b64ec33cd4f2e2027006d0754ab31bea01baba
Author: Andrew Alderwick <andrew@alderwick.co.uk>
Date: Sat, 26 Jun 2021 09:22:10 +0100
Fixed Plan 9 build by disabling portmidi
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mkfile b/mkfile
@@ -3,7 +3,7 @@
TARG=bin/uxncli bin/uxnasm bin/uxnemu
USM=`{walk -f projects/ | grep '\.tal$' | grep -v blank.tal}
ROM=${USM:%.tal=%.rom}
-CFLAGS=$CFLAGS -D__plan9__ -I/sys/include/npe -I/sys/include/npe/SDL2
+CFLAGS=$CFLAGS -D__plan9__ -DNO_PORTMIDI -I/sys/include/npe -I/sys/include/npe/SDL2
HFILES=\
/sys/include/npe/stdio.h\
src/devices/apu.h\