Only enabling win32-loader by default if we also include debian-installer.
This commit is contained in:
parent
9ac71a43ef
commit
1d696b028a
@ -697,7 +697,12 @@ Set_defaults ()
|
||||
# Setting win32-loader option
|
||||
case "${LH_ARCHITECTURE}" in
|
||||
amd64|i386)
|
||||
LH_WIN32_LOADER="${LH_WIN32_LOADER:-enabled}"
|
||||
if [ "${LH_DEBIAN_INSTALLER}" != "disabled" ]
|
||||
then
|
||||
LH_WIN32_LOADER="${LH_WIN32_LOADER:-enabled}"
|
||||
else
|
||||
LH_WIN32_LOADER="${LH_WIN32_LOADER:-disabled}"
|
||||
fi
|
||||
;;
|
||||
|
||||
*)
|
||||
|
Loading…
Reference in New Issue
Block a user