Skip to content
Snippets Groups Projects
Commit b7815111 authored by Oliver Bock's avatar Oliver Bock
Browse files

Export variable as it's indeed used outside the build script (was removed in 54aaad8)

parent a8ad8fc7
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment