Get to config?
This commit is contained in:
parent
a9b034abca
commit
f0a1fc335e
|
@ -5,8 +5,9 @@ NAME="Matt McWilliams"
|
||||||
CPPFLAGS="-include uint-hack.h -I/usr/include/OpenEXR"
|
CPPFLAGS="-include uint-hack.h -I/usr/include/OpenEXR"
|
||||||
|
|
||||||
cd unix/
|
cd unix/
|
||||||
sh prebuild.sh
|
./prebuild.sh
|
||||||
cd ../
|
cd ../
|
||||||
./configure COMPILED_BY="$NAME <$EMAIL>" LDFLAGS="-Wl,-V"
|
./configure COMPILED_BY="$NAME <$EMAIL>" LDFLAGS="-Wl,-V"
|
||||||
|
exit 1
|
||||||
echo "typedef unsigned int uint;" > uint-hack.h
|
echo "typedef unsigned int uint;" > uint-hack.h
|
||||||
make -j CPPFLAGS="${CPPFLAGS}"
|
make -j CPPFLAGS="${CPPFLAGS}"
|
Loading…
Reference in New Issue