Ver código fonte

Removed debugging

Brian Fiete 6 anos atrás
pai
commit
15e65e240d
1 arquivos alterados com 0 adições e 4 exclusões
  1. 0 4
      bin/build.sh

+ 0 - 4
bin/build.sh

@@ -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