mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
Bug 878171: Fix xptcall build on OpenBSD/amd64 after bug 864774. r=ted
This commit is contained in:
parent
ebfa207500
commit
1a13a7571c
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user