1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-05-26 13:58:49 +00:00

Issue #1905 - Part 3j - Rename the ARM64 assembly files to .S. Missed the moz.build file in the last commit.

This commit is contained in:
Brian Smith
2022-06-10 02:00:29 -05:00
committed by roytam1
parent 06aa3c8c37
commit 076a0eb275
+2 -2
View File
@@ -110,9 +110,9 @@ if CONFIG['OS_ARCH'] in ('Linux', 'FreeBSD', 'NetBSD', 'OpenBSD'):
if CONFIG['OS_TEST'] == 'aarch64':
SOURCES += [
'xptcinvoke_aarch64.cpp',
'xptcinvoke_asm_aarch64.s',
'xptcinvoke_asm_aarch64.S',
'xptcstubs_aarch64.cpp',
'xptcstubs_asm_aarch64.s',
'xptcstubs_asm_aarch64.S',
]
if CONFIG['OS_TEST'] == 'm68k':
SOURCES += [