mkfile: uxn doesn't use portmidi anymore

This commit is contained in:
Sigrid Solveig Haflínudóttir 2021-09-17 20:20:37 +02:00
parent ba2014601a
commit 67e30f7d88
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 | grep -v /library/}
ROM=${USM:%.tal=%.rom}
CFLAGS=$CFLAGS -D__plan9__ -DNO_PORTMIDI -I/sys/include/npe -I/sys/include/npe/SDL2
CFLAGS=$CFLAGS -D__plan9__ -I/sys/include/npe -I/sys/include/npe/SDL2
HFILES=\
/sys/include/npe/stdio.h\
src/devices/apu.h\