From 1362d4074a68f0edd1390dcd232f6a88f8ae1193 Mon Sep 17 00:00:00 2001
From: Oliver Bock <oliver.bock@aei.mpg.de>
Date: Wed, 2 Dec 2009 14:47:40 +0100
Subject: [PATCH] Export variable as it's indeed used outside the build script
 (was removed in 54aaad8)

---
 build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.sh b/build.sh
index 1a6d73a..b43c5fb 100755
--- a/build.sh
+++ b/build.sh
@@ -505,7 +505,7 @@ set_mingw()
     PREFIX=$ROOT/install
     # the following target host spec is Debian specific!
     # use "i586-pc-mingw32" when building MinGW automatically
-    TARGET_HOST=i586-mingw32msvc
+    export TARGET_HOST=i586-mingw32msvc
     BUILD_HOST=i386-linux
     PATH_MINGW="$PREFIX/bin:$PREFIX/$TARGET_HOST/bin:$PATH"
     PATH="$PATH_MINGW"
-- 
GitLab