Module: Mesa Branch: master Commit: c59c8f036399fb90cbd148feac7a4bde187ecf9b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c59c8f036399fb90cbd148feac7a4bde187ecf9b
Author: José Fonseca <[email protected]> Date: Thu May 22 20:24:44 2014 +0100 scons: Fix x86_64 build. x86/common_x86.c is required also for x86_64 builds. Reviewed-by: Matt Turner <[email protected]> --- src/mesa/SConscript | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mesa/SConscript b/src/mesa/SConscript index cd959be..f565786 100644 --- a/src/mesa/SConscript +++ b/src/mesa/SConscript @@ -392,6 +392,7 @@ if (env['gcc'] or env['clang']) and \ 'USE_X86_64_ASM', ]) mesa_sources += [ + 'x86/common_x86.c', 'x86-64/x86-64.c', 'x86-64/xform4.S', ] _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
