mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 13:10:59 +00:00
Remove back from compilation.
This commit is contained in:
parent
3d63255fe0
commit
b98a3092ce
1 changed files with 5 additions and 5 deletions
10
.github/scripts/build.sh
vendored
10
.github/scripts/build.sh
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue