More silent OpenSSL build for mingw.
Some checks failed
Build Tilde Friends / Build-All (push) Failing after 19m24s

This commit is contained in:
Cory McWilliams 2024-09-10 21:19:15 -04:00
parent f42cc3d9fd
commit 8049102787

View File

@ -63,9 +63,9 @@ build_the_thing() {
-DOPENSSL_SMALL_FOOTPRINT" -DOPENSSL_SMALL_FOOTPRINT"
echo "./Configure $SSL_TARGET $OPTIONS $GLOBAL_OPTIONS" && \ echo "./Configure $SSL_TARGET $OPTIONS $GLOBAL_OPTIONS" && \
./Configure $SSL_TARGET $OPTIONS $GLOBAL_OPTIONS && \ ./Configure $SSL_TARGET $OPTIONS $GLOBAL_OPTIONS && \
make clean && \ make -s clean && \
make build_generated && \ make -s build_generated && \
make libcrypto.a libssl.a || exit 128 make -s libcrypto.a libssl.a || exit 128
} }
for build_target in $BUILD_TARGETS for build_target in $BUILD_TARGETS