SDL: download git submodules from Makefile.prebuilt directly, if they are not downloaded yet

This commit is contained in:
Sergii Pylypenko
2018-06-13 23:23:49 +03:00
parent 83690c7843
commit 49664669ab

View File

@@ -17,7 +17,7 @@ prebuilt-libraries: $(LIBS)
.NOTPARALLEL: $(LIBS)
$(ICONV) $(ICU):
$(ICONV) $(ICU): iconv/src/build.sh
cd iconv/src && \
./build.sh && \
for ARCH in $(ARCHES32) $(ARCHES64); do \
@@ -31,9 +31,12 @@ $(ICONV) $(ICU):
cp -f $$ARCH/include/icu-le-hb/layout/*.h ../../icuuc/include/layout/ ; \
done
$(OPENSSL):
$(OPENSSL): openssl/compile.sh
cd openssl && ./compile.sh
iconv/src/build.sh openssl/compile.sh:
git submodule update --init --recursive
BOOST_LIBS := atomic chrono container context coroutine date_time exception filesystem \
graph iostreams log log_setup \
prg_exec_monitor program_options random regex serialization signals stacktrace_basic stacktrace_noop \