mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 22:18:15 +02:00
Installer, Win: allow workaround for make2.8.0 issues (allow replacing make in final installer)
git-svn-id: trunk@42769 -
This commit is contained in:
parent
f14eea56a3
commit
f544c5cfe0
@ -187,6 +187,9 @@ SET OutputFileName=%OutputFileName::=_%
|
||||
:: %LAZBUILD_HOOK_DIR% is a directory, that can contain scripts to be hooked into the build process. Further hooks can be defined the same way
|
||||
if not [%LAZBUILD_HOOK_DIR%]==[] if exist %LAZBUILD_HOOK_DIR%\lazhook_before_iscc.bat call %LAZBUILD_HOOK_DIR%\lazhook_before_iscc.bat
|
||||
|
||||
if not [%LAZBUILD_MAKE282_SRC%]==[] if exist %LAZBUILD_MAKE282_SRC% copy %LAZBUILD_MAKE282_SRC% %INSTALL_BINDIR%\make.exe
|
||||
|
||||
|
||||
%ISCC% lazarus.iss >> installer.log
|
||||
|
||||
:: do not delete build dir, if installer failed.
|
||||
|
Loading…
Reference in New Issue
Block a user