This commit is contained in:
Matt McWilliams 2021-09-15 21:13:41 -04:00
parent 471f1cf908
commit a9b034abca
1 changed files with 3 additions and 1 deletions

View File

@ -2,9 +2,11 @@
EMAIL="hi@mmcwilliams.com"
NAME="Matt McWilliams"
CPPFLAGS="-include uint-hack.h -I/usr/include/OpenEXR"
cd unix/
sh prebuild.sh
cd ../
./configure COMPILED_BY="$NAME <$EMAIL>" LDFLAGS="-Wl,-V"
make -j
echo "typedef unsigned int uint;" > uint-hack.h
make -j CPPFLAGS="${CPPFLAGS}"