summaryrefslogtreecommitdiff
path: root/functions/architecture.sh
diff options
context:
space:
mode:
Diffstat (limited to 'functions/architecture.sh')
-rwxr-xr-xfunctions/architecture.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/architecture.sh b/functions/architecture.sh
index 3de2e5b..4180ffa 100755
--- a/functions/architecture.sh
+++ b/functions/architecture.sh
@@ -40,7 +40,7 @@ Check_crossarchitecture ()
fi
case "${HOST}" in
- amd64|i386)
+ amd64|i386|x86_64)
CROSS="amd64 i386"
;;