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:
parent
e9227aa31c
commit
fb18d3371a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user