1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-07-05 15:56:00 +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 ###
if [ ! -f ../BeefySysLib/third_party/libffi/Makefile ]; then
pwd
echo "Shouldn't build"
exit 1
echo Building libffi...
cd ../BeefySysLib/third_party/libffi
./configure