Skip to content
Snippets Groups Projects
Commit 1362d407 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 896b0bd2
No related branches found
No related tags found
No related merge requests found
...@@ -505,7 +505,7 @@ set_mingw() ...@@ -505,7 +505,7 @@ set_mingw()
PREFIX=$ROOT/install PREFIX=$ROOT/install
# the following target host spec is Debian specific! # the following target host spec is Debian specific!
# use "i586-pc-mingw32" when building MinGW automatically # use "i586-pc-mingw32" when building MinGW automatically
TARGET_HOST=i586-mingw32msvc export TARGET_HOST=i586-mingw32msvc
BUILD_HOST=i386-linux BUILD_HOST=i386-linux
PATH_MINGW="$PREFIX/bin:$PREFIX/$TARGET_HOST/bin:$PATH" PATH_MINGW="$PREFIX/bin:$PREFIX/$TARGET_HOST/bin:$PATH"
PATH="$PATH_MINGW" PATH="$PATH_MINGW"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment