Commit 0540e174 authored by spang's avatar spang Committed by Commit bot

fontconfig: Force use of c++ linker

This is really silly, but gyp doesn't seem to track if a static_library
contains C++ code and needs a C++ link step. So our copy of libxml
breaks us by containing a little bit of (chromium-added) C++ code. This
is really a correctness issue in the build system.

BUG=445627
TEST=linux_ecs_ozone tryjob

Review URL: https://codereview.chromium.org/872493004

Cr-Commit-Position: refs/heads/master@{#315138}
parent 9f8c7a6e
...@@ -26,6 +26,7 @@ ...@@ -26,6 +26,7 @@
}], }],
], ],
'sources': [ 'sources': [
'chromium/empty.cc',
'src/src/fcarch.h', 'src/src/fcarch.h',
'src/src/fcatomic.c', 'src/src/fcatomic.c',
'src/src/fcblanks.c', 'src/src/fcblanks.c',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment