mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-06 00:05:59 +02:00
Debugging build
This commit is contained in:
parent
bc261e50c9
commit
968a9ace75
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue