From 21f8130f0dffb1d035e1bcd6edbf34726bdf9e3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sigrid=20Solveig=20Hafl=C3=ADnud=C3=B3ttir?= Date: Mon, 20 Mar 2023 16:57:43 +0100 Subject: [PATCH] fix plan 9 build now that we decided to use ifdefs --- mkfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkfile b/mkfile index bf42d9f..8b57e57 100644 --- 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\