scons: Fix x86_64 build.
x86/common_x86.c is required also for x86_64 builds. Reviewed-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
@@ -392,6 +392,7 @@ if (env['gcc'] or env['clang']) and \
|
|||||||
'USE_X86_64_ASM',
|
'USE_X86_64_ASM',
|
||||||
])
|
])
|
||||||
mesa_sources += [
|
mesa_sources += [
|
||||||
|
'x86/common_x86.c',
|
||||||
'x86-64/x86-64.c',
|
'x86-64/x86-64.c',
|
||||||
'x86-64/xform4.S',
|
'x86-64/xform4.S',
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user