Fixed Plan 9 build by disabling portmidi

This commit is contained in:
Andrew Alderwick 2021-06-26 09:22:10 +01:00
parent 08b64ec33c
commit 5936137166
1 changed files with 1 additions and 1 deletions

2
mkfile
View File

@ -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\