forked from cory/tildefriends
More silent OpenSSL build for mingw.
This commit is contained in:
parent
f42cc3d9fd
commit
8049102787
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user