Fixed Plan 9 build by disabling portmidi
This commit is contained in:
parent
08b64ec33c
commit
5936137166
2
mkfile
2
mkfile
|
@ -3,7 +3,7 @@
|
||||||
TARG=bin/uxncli bin/uxnasm bin/uxnemu
|
TARG=bin/uxncli bin/uxnasm bin/uxnemu
|
||||||
USM=`{walk -f projects/ | grep '\.tal$' | grep -v blank.tal}
|
USM=`{walk -f projects/ | grep '\.tal$' | grep -v blank.tal}
|
||||||
ROM=${USM:%.tal=%.rom}
|
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=\
|
HFILES=\
|
||||||
/sys/include/npe/stdio.h\
|
/sys/include/npe/stdio.h\
|
||||||
src/devices/apu.h\
|
src/devices/apu.h\
|
||||||
|
|
Loading…
Reference in New Issue