aboutsummaryrefslogtreecommitdiff
path: root/mesalib/common.py
diff options
context:
space:
mode:
Diffstat (limited to 'mesalib/common.py')
-rw-r--r--mesalib/common.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/mesalib/common.py b/mesalib/common.py
index 4f1fef81b..6130e6110 100644
--- a/mesalib/common.py
+++ b/mesalib/common.py
@@ -30,6 +30,7 @@ _machine_map = {
'i586': 'x86',
'i686': 'x86',
'ppc' : 'ppc',
+ 'AMD64': 'x86_64',
'x86_64': 'x86_64',
}