diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-08-29 22:47:17 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-08-30 11:13:31 +0300 |
commit | c908467f098bf1e8be7c5d7fddaf66c5506675af (patch) | |
tree | 390e8da8e8f2470548be79cd0500c4acbf376b89 /solenv | |
parent | 41c2fc546a96e7ea8b7850086cbeb072a989e395 (diff) |
Don't check makecab version when cross-compiling
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 |