mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 864774 - Added missing ASFILES to moz.build. r=glandium
This commit is contained in:
parent
11c9c3a92b
commit
8abf71b1df
@ -12,11 +12,18 @@ if CONFIG['TARGET_CPU'] == 'x86_64':
|
||||
'xptcinvoke_x86_64.cpp',
|
||||
'xptcstubs_x86_64_gnu.cpp',
|
||||
]
|
||||
ASFILES += [
|
||||
'xptcinvoke_asm_x86_64_gnu.s'
|
||||
]
|
||||
else:
|
||||
CPP_SOURCES += [
|
||||
'xptcinvoke_x86_64.cpp',
|
||||
'xptcstubs_x86_64.cpp'
|
||||
]
|
||||
ASFILES += [
|
||||
'xptcinvoke_asm_x86_64.asm',
|
||||
'xptcstubs_asm_x86_64.asm'
|
||||
]
|
||||
else:
|
||||
if CONFIG['GNU_CXX']:
|
||||
CPP_SOURCES += [
|
||||
|
Loading…
Reference in New Issue
Block a user