scripts/makepkg.sh.in: Add CHOST to the list of variables exported.

Signed-off-by: Andrew Fyfe <andrew@neptune-one.net>
This commit is contained in:
Andrew Fyfe 2007-07-10 14:16:21 +01:00 committed by Dan McGee
parent 57d77eab32
commit 7ec2e088ec
1 changed files with 1 additions and 1 deletions

View File

@ -631,7 +631,7 @@ run_build() {
umask 0022
# ensure all necessary build variables are exported
export CFLAGS CXXFLAGS MAKEFLAGS
export CFLAGS CXXFLAGS MAKEFLAGS CHOST
local ret=0
if [ "$LOGGING" = "1" ]; then