summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--helper/system.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/helper/system.inc b/helper/system.inc
index 0796c974..5697de2a 100644
--- a/helper/system.inc
+++ b/helper/system.inc
@@ -22,7 +22,11 @@ export MAKEFLAGS="-j$CPU_CORES"
# Determine if we have lib64
if [ "$(uname -m)x" = "x86_64x" ]; then
LIB64="lib64"
+ AMD64_I386=amd64
+ X86_64_I586=x86_64
else
LIB64="lib"
+ AMD64_I386=i386
+ X86_64_I586=i586
fi