Fix opensll path for windows build system.

master
Dominik Deák 3 years ago
parent 212c5bf7fa
commit f5f4515d18
  1. 4
      Scripts/Build/BuildWindows.cmd
  2. 1
      Scripts/Detail/Config.py

@ -81,8 +81,8 @@
copy "%sourcePath%\Styles" "%productPath%\Styles" || exit 1
mkdir "%productPath%\OpenSSL"
copy "%productRepoPath%\ext\openssl\windows\x64\bin\*" "%productPath%\OpenSSL" || exit 1
copy "%productRepoPath%\ext\openssl\windows\x64\bin\*.dll" "%productPath%" || exit 1
copy "%openSSLPath%\bin\*" "%productPath%\OpenSSL" || exit 1
copy "%openSSLPath%\bin\*.dll" "%productPath%" || exit 1
set zipPath=%binariesPath%\%productPackageName%.zip

@ -102,6 +102,7 @@ class Configuration():
resolvePath( self, "binariesPath" )
resolvePath( self, "toolsPath" )
resolvePath( self, "libQtPath" )
resolvePath( self, "openSSLPath" )
resolvePath( self, "vcvarsallPath" )
def configurePlatformVersion( self ):

Loading…
Cancel
Save