Copy newer OpenSSL DLLs

This commit is contained in:
Jay Lee
2019-04-23 11:27:47 -04:00
parent 294211bf84
commit 04504cdb2e
2 changed files with 3 additions and 1 deletions

View File

@@ -1,5 +1,7 @@
powershell Install-WindowsFeature Net-Framework-Core
cinst -y --forcex86 python3
cinst -y $CINST_ARGS openssl.light
cp "/c/Program Files/OpenSSL/*.dll" "/c/Python37/DLLs"
export PATH=$PATH:/c/Python37/scripts
cinst -y wixtoolset
pip install --upgrade pip

View File

@@ -3,7 +3,7 @@ cinst -y $CINST_ARGS python3
cinst -y $CINST_ARGS openssl.light
ls -alRF "/c/Program Files/OpenSSL"
ls -alRF "/c/Python37/"
cp "/c/Program Files/OpenSSL/*.dll" "/c/Python37/dlls"
cp "/c/Program Files/OpenSSL/*.dll" "/c/Python37/DLLs"
export PATH=$PATH:/c/Python37/scripts
cinst -y wixtoolset
pip install --upgrade pip