8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-02-02 10:00:38 +01:00

Try to use default placement of 7zip, if env var SEVENZIP is not set by the user.

This commit is contained in:
Vlad Khorsun 2022-09-04 18:32:38 +03:00
parent e9227aa31c
commit fb18d3371a

View File

@ -86,6 +86,9 @@ if defined MD5_COMMAND (
)
if %FBBUILD_ZIP_PACK% EQU 1 (
if not defined SEVENZIP (
if exist "%ProgramW6432%\7-Zip\7z.exe" set SEVENZIP=%ProgramW6432%\7-Zip
)
if not defined SEVENZIP (
call :ERROR SEVENZIP environment variable is not defined.
@goto :EOF