Also change OPENSSL_DIR to windows path for 32b build
This commit is contained in:
parent
1daf6100be
commit
cc113eb9b9
|
@ -95,7 +95,7 @@ function install_openssl(){
|
|||
else
|
||||
echo "Installing OpenSSL ${OPENSSL_VERSION} 32b"
|
||||
wine Win32OpenSSL-${OPENSSL_VERSION}.exe /q /norestart /silent /verysilent /sp- /suppressmsgboxes
|
||||
export OPENSSL_DIR="$HOME/.wine64/drive_c/OpenSSL-Win32"
|
||||
export OPENSSL_DIR="C:\\OpenSSL-Win32"
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Reference in New Issue
Block a user