Get to config?

This commit is contained in:
Matt McWilliams 2021-09-15 21:16:06 -04:00
parent a9b034abca
commit f0a1fc335e
1 changed files with 2 additions and 1 deletions

View File

@ -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}"