diff options
Diffstat (limited to 'helpers/binary_win32-loader')
-rwxr-xr-x | helpers/binary_win32-loader | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/binary_win32-loader b/helpers/binary_win32-loader index 47859dffd..759ebac77 100755 --- a/helpers/binary_win32-loader +++ b/helpers/binary_win32-loader @@ -54,7 +54,7 @@ case "${LH_ARCHITECTURE}" in ;; esac - if [ "${LH_CHROOT_BUILD}" = "true" ] + if [ "${LH_BUILD_WITH_CHROOT}" = "true" ] then # Checking depends Check_package chroot/${WIN32_LOADER}/win32-loader.exe win32-loader |