Remove back from compilation.

This commit is contained in:
Gregory John Casamento 2021-10-12 18:58:41 -04:00
parent 3d63255fe0
commit b98a3092ce

View file

@ -57,9 +57,9 @@ export GNUSTEP_MAKEFILES=$HOME/staging/share/GNUstep/Makefiles;
make && make install
# Build back, it's needed by some tests...
cd ..
git clone https://github.com/gnustep/libs-back.git
cd libs-back
./configure
make && make install
#cd ..
#git clone https://github.com/gnustep/libs-back.git
#cd libs-back
#./configure
#make && make install