Skip to content

Commit fa2e2fa

Browse files
committed
Fix build
1 parent 6fffbdf commit fa2e2fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/manylinux2014-build-and-install-openssl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ cd ${OPENSSL_ROOT}
5151
make -j$(nproc)
5252

5353
# Install
54-
make install
54+
make install > /dev/null
5555

5656
cd /tmp
5757
rm -rf ${OPENSSL_ROOT}

0 commit comments

Comments
 (0)