Build without uint hack

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

View File

@ -2,12 +2,10 @@
EMAIL="hi@mmcwilliams.com"
NAME="Matt McWilliams"
CPPFLAGS="-include uint-hack.h -I/usr/include/OpenEXR"
CPPFLAGS="-I/usr/include/OpenEXR"
cd unix/
./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}"