Skip to content

Commit

Permalink
Update copy_build.cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidXanatos committed Nov 17, 2024
1 parent c625e90 commit a271946
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Installer/copy_build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ IF "%~4" == "" ( set "openssl_version=3.4.0" ) ELSE ( set "openssl_version=%~4"
IF "%~3" == "" ( set "qt6_version=6.3.1" ) ELSE ( set "qt6_version=%~3" )
IF "%~2" == "" ( set "qt_version=5.15.16" ) ELSE ( set "qt_version=%~2" )

IF "%openssl_version:~0,3%" == "1.1" ( set "sslMajorVersion=1_1" ) ELSE ( set "sslMajorVersion=3" )
REM IF "%openssl_version:~0,3%" == "1.1" ( set "sslMajorVersion=1_1" ) ELSE ( set "sslMajorVersion=3" )

IF %1 == x86 (
set archPath=Win32
Expand All @@ -25,6 +25,7 @@ IF %1 == ARM64 (
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvarsamd64_arm64.bat"
set qtPath=%~dp0..\..\Qt\%qt6_version%\msvc2019_arm64
set instPath=%~dp0\SbiePlus_a64
set "sslMajorVersion=1_1"
)

REM set redistPath=%VCToolsRedistDir%\%1\Microsoft.VC142.CRT
Expand Down

0 comments on commit a271946

Please sign in to comment.