Not sure we even need LDFLAGS on Windows and it's breaking PyInstaller atm

This commit is contained in:
Jay Lee
2024-08-29 14:26:17 -04:00
committed by GitHub
parent 49128d5559
commit e989167267

View File

@@ -331,7 +331,9 @@ jobs:
# install_sw saves us ages processing man pages :-)
$MAKE install_sw
fi
echo "LDFLAGS=-L${OPENSSL_INSTALL_PATH}/lib" >> $GITHUB_ENV
if [[ "${RUNNER_OS}" != "Windows" ]];
echo "LDFLAGS=-L${OPENSSL_INSTALL_PATH}/lib" >> $GITHUB_ENV
fi
echo "CRYPTOGRAPHY_SUPPRESS_LINK_FLAGS=1" >> $GITHUB_ENV
case $arch in
universal2)