Remove configure script cal from build.sh

This commit is contained in:
Gregory Casamento 2021-07-14 08:57:02 -04:00
parent d16b9550a0
commit 32795ea161

View file

@ -20,5 +20,4 @@ export GNUSTEP_MAKEFILES=$HOME/staging/share/GNUstep/Makefiles;
. $HOME/staging/share/GNUstep/Makefiles/GNUstep.sh;
# Build gorm
./configure $BASE_ABI || (cat config.log && false);
make && make install && make check || (cat Tests/tests.log && false);