mirror of
https://github.com/monero-project/monero.git
synced 2025-12-09 08:31:28 +09:00
Merge pull request #9893
b1728a95a guix: unset HOST env variable (tobtoht)
This commit is contained in:
commit
e3cf0d4792
@ -47,6 +47,15 @@ EOF
|
||||
exit 1
|
||||
fi
|
||||
|
||||
################
|
||||
# Unset environment variables
|
||||
################
|
||||
|
||||
# contrib/depends uses the HOST environment variable as the build target.
|
||||
# It will throw an error if this variable is set to an unrecognized target.
|
||||
# Ensure the var is unset so calls to contrib/depends further down don't fail.
|
||||
unset HOST
|
||||
|
||||
################
|
||||
# Checkout git submodules if we haven't already
|
||||
################
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user