Fix missing LIB_VEX error

codereason uses a modified lib_vex that isn't installed system wide, compiled with the make.sh and breaks the install if not there.
This commit is contained in:
raildex1 2015-09-12 01:21:32 +10:00
parent b2a047f054
commit 8054c710c6

View file

@ -2,6 +2,7 @@
git clone https://github.com/trailofbits/codereason
cd codereason
./install_vex.sh
./make.sh
cd ..