Fix:Makefile: set force -j1 to disable parallel build for gsoap

master
KoynovStas 7 years ago
parent a8270438d9
commit 46ba07be85

@ -229,7 +229,7 @@ define build_gsoap
if [ ! -f $(SOAPCPP2) ] || [ ! -f $(WSDL2H) ]; then \
cd gsoap-2.8; \
./configure && \
make; \
make -j1; \
cd ..;\
fi
endef

Loading…
Cancel
Save