diff options
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/bin/make_installer.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/make_installer.pl b/solenv/bin/make_installer.pl index bb7c6844e459..c8e92dcdbe23 100644 --- a/solenv/bin/make_installer.pl +++ b/solenv/bin/make_installer.pl @@ -289,7 +289,7 @@ if (!($installer::globals::is_copy_only_project)) { installer::ziplist::set_manu # Checking version of makecab.exe ############################################## -if ( $installer::globals::iswindowsbuild ) { installer::control::check_makecab_version(); } +if ( $installer::globals::iswindowsbuild && $ENV{'CROSS_COMPILING'} ne 'YES') { installer::control::check_makecab_version(); } ########################################################## # Getting the include path from the settings in zip list |