| Index: third_party/mesa/mesa.gyp
|
| diff --git a/third_party/mesa/mesa.gyp b/third_party/mesa/mesa.gyp
|
| index bcf44be24fe1ec48b3c6ebca3e3f4daa22c56a42..3ae725d7f75ee277c047034ba6caaeaa43caea0f 100644
|
| --- a/third_party/mesa/mesa.gyp
|
| +++ b/third_party/mesa/mesa.gyp
|
| @@ -223,8 +223,10 @@
|
| 'src/src/glsl/ralloc.h',
|
| 'src/src/glsl/s_expression.cpp',
|
| 'src/src/glsl/s_expression.h',
|
| - 'src/src/glsl/standalone_scaffolding.cpp',
|
| - 'src/src/glsl/standalone_scaffolding.h',
|
| + # This file is not needed and has duplicate symbols (although it
|
| + # happens to link because of static library link ordering).
|
| + #'src/src/glsl/standalone_scaffolding.cpp',
|
| + #'src/src/glsl/standalone_scaffolding.h',
|
| 'src/src/glsl/strtod.c',
|
| 'src/src/glsl/strtod.h',
|
| ],
|
|
|