commit 21f8130f0dffb1d035e1bcd6edbf34726bdf9e3c
parent e386c3aeaaa46668b1714a0600f873d85a1b3ac5
Author: Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
Date: Mon, 20 Mar 2023 16:57:43 +0100
fix plan 9 build now that we decided to use ifdefs
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 | grep -v /assets/ | grep -v /library/}
ROM=${USM:%.tal=%.rom}
-CFLAGS=$CFLAGS -D__plan9__ -I/sys/include/npe -I/sys/include/npe/SDL2
+CFLAGS=$CFLAGS -p -D__plan9__ -I/sys/include/npe -I/sys/include/npe/SDL2
HFILES=\
/sys/include/npe/stdio.h\
src/devices/audio.h\