Skip to content

Commit

Permalink
fixed win64 openssl path to dll
Browse files Browse the repository at this point in the history
now it should finally work
  • Loading branch information
benapetr committed Apr 29, 2015
1 parent 71a87b9 commit 6134ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows64/pack.ps1
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# This just run the original script
..\windows\release.ps1 -cmake_generator "Visual Studio 12 2013 Win64" -vcredist vcredist_x64.exe -python $false -qt5_path "C:\Qt\5.4\msvc2013_64\"
..\windows\release.ps1 -cmake_generator "Visual Studio 12 2013 Win64" -vcredist vcredist_x64.exe -python $false -qt5_path "C:\Qt\5.4\msvc2013_64\" -openssl_path "C:\OpenSSL-Win64"

0 comments on commit 6134ec6

Please sign in to comment.