diff --git a/project/jni/Makefile.prebuilt b/project/jni/Makefile.prebuilt index 9870e474f..914a5785f 100644 --- a/project/jni/Makefile.prebuilt +++ b/project/jni/Makefile.prebuilt @@ -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 \