From f0a1fc335ec2f7e9fa4388770d0afaa2ac79a76f Mon Sep 17 00:00:00 2001 From: mattmcw Date: Wed, 15 Sep 2021 21:16:06 -0400 Subject: [PATCH] Get to config? --- povray_gcc/build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/povray_gcc/build.sh b/povray_gcc/build.sh index 13cc270..31bf227 100644 --- a/povray_gcc/build.sh +++ b/povray_gcc/build.sh @@ -5,8 +5,9 @@ NAME="Matt McWilliams" CPPFLAGS="-include uint-hack.h -I/usr/include/OpenEXR" cd unix/ -sh prebuild.sh +./prebuild.sh cd ../ ./configure COMPILED_BY="$NAME <$EMAIL>" LDFLAGS="-Wl,-V" +exit 1 echo "typedef unsigned int uint;" > uint-hack.h make -j CPPFLAGS="${CPPFLAGS}" \ No newline at end of file