1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-07-06 08:15:59 +02:00

Debugging build

This commit is contained in:
Brian Fiete 2019-08-24 08:18:49 -07:00
parent bc261e50c9
commit 968a9ace75

View file

@ -10,6 +10,10 @@ 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