Browse code

fix plan 9 build now that we decided to use ifdefs

Sigrid Solveig Haflínudóttir authored on 20/03/2023 15:57:43
Showing 1 changed files
... ...
@@ -3,7 +3,7 @@
3 3
 TARG=bin/uxncli bin/uxnasm bin/uxnemu
4 4
 USM=`{walk -f projects/ | grep '\.tal$' | grep -v blank.tal | grep -v /assets/ | grep -v /library/}
5 5
 ROM=${USM:%.tal=%.rom}
6
-CFLAGS=$CFLAGS -D__plan9__ -I/sys/include/npe -I/sys/include/npe/SDL2
6
+CFLAGS=$CFLAGS -p -D__plan9__ -I/sys/include/npe -I/sys/include/npe/SDL2
7 7
 HFILES=\
8 8
 	/sys/include/npe/stdio.h\
9 9
 	src/devices/audio.h\