Bug 878171: Fix xptcall build on OpenBSD/amd64 after bug 864774. r=ted

This commit is contained in:
Landry Breuil 2013-06-01 15:15:46 +02:00
parent ebfa207500
commit 1a13a7571c

View File

@ -20,7 +20,7 @@ if CONFIG['OS_ARCH'] == 'Darwin':
]
if CONFIG['OS_ARCH'] in ('NetBSD', 'OpenBSD', 'GNU'):
if CONFIG['OS_TEST'].find('86') != -1:
if CONFIG['CPU_ARCH'] == 'x86':
CPP_SOURCES += [
'xptcinvoke_gcc_x86_unix.cpp',
'xptcstubs_gcc_x86_unix.cpp'