1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 19:48:20 +02:00

Removed debugging

This commit is contained in:
Brian Fiete 2019-08-24 08:23:26 -07:00
parent 968a9ace75
commit 15e65e240d

View file

@ -10,10 +10,6 @@ set -e
### Dependencies ### ### Dependencies ###
if [ ! -f ../BeefySysLib/third_party/libffi/Makefile ]; then if [ ! -f ../BeefySysLib/third_party/libffi/Makefile ]; then
pwd
echo "Shouldn't build"
exit 1
echo Building libffi... echo Building libffi...
cd ../BeefySysLib/third_party/libffi cd ../BeefySysLib/third_party/libffi
./configure ./configure