From 968a9ace759228604940bf5b977cc8251a99ad4e Mon Sep 17 00:00:00 2001 From: Brian Fiete Date: Sat, 24 Aug 2019 08:18:49 -0700 Subject: [PATCH] Debugging build --- bin/build.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bin/build.sh b/bin/build.sh index 408b7da5..d05ee196 100755 --- a/bin/build.sh +++ b/bin/build.sh @@ -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