From 5be9a3f219f2a8903ed3a1d90fe38742e9502649 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Mon, 28 Feb 2022 20:01:50 -0500 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 98874a29..bbd53957 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -224,7 +224,7 @@ jobs: for openssl_arch in $openssl_archs; do cd "${OPENSSL_SOURCE_PATH}-${openssl_arch}" # --libdir=lib is needed so Python can find OpenSSL libraries - "${PERL}" ./Configure "${openssl_archs}" --libdir=lib --prefix="${OPENSSL_INSTALL_PATH}-${openssl_arch}" $OPENSSL_CONFIG_OPTS + "${PERL}" ./Configure "${openssl_arch}" --libdir=lib --prefix="${OPENSSL_INSTALL_PATH}-${openssl_arch}" $OPENSSL_CONFIG_OPTS done - name: Rename GNU link on Windows