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:
parent
57d77eab32
commit
7ec2e088ec
1 changed files with 1 additions and 1 deletions
|
@ -631,7 +631,7 @@ run_build() {
|
||||||
umask 0022
|
umask 0022
|
||||||
|
|
||||||
# ensure all necessary build variables are exported
|
# ensure all necessary build variables are exported
|
||||||
export CFLAGS CXXFLAGS MAKEFLAGS
|
export CFLAGS CXXFLAGS MAKEFLAGS CHOST
|
||||||
|
|
||||||
local ret=0
|
local ret=0
|
||||||
if [ "$LOGGING" = "1" ]; then
|
if [ "$LOGGING" = "1" ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue