From 875ad4201402b1a8f80ba22a6cdcdb152c6e5510 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 27 May 2006 17:02:22 +0200 Subject: Install glib, gettext and iconv in temporary directory --- utils/cross-compile.win32 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'utils') diff --git a/utils/cross-compile.win32 b/utils/cross-compile.win32 index d4f581a0..c90ebc1b 100755 --- a/utils/cross-compile.win32 +++ b/utils/cross-compile.win32 @@ -12,8 +12,7 @@ wget -c $GTK_SITE/glib-dev-$GLIB_VERSION.zip wget -c $GTK_SITE/dependencies/libiconv-$LIBICONV_VERSION.bin.woe32.zip wget -c $GTK_SITE/dependencies/gettext-dev-$GETTEXT_VERSION.zip -DEPSDIR=`pwd`/win32 -mkdir $DEPSDIR +DEPSDIR=`mktemp -d` unzip -d $DEPSDIR -o libiconv-$LIBICONV_VERSION.bin.woe32.zip unzip -d $DEPSDIR -o glib-dev-$GLIB_VERSION.zip -- cgit v1.2.3