summaryrefslogtreecommitdiff
path: root/subprojects/.gitignore
diff options
context:
space:
mode:
authorMattijs Korpershoek <mkorpershoek@baylibre.com>2023-10-13 10:48:48 +0200
committerMattijs Korpershoek <mkorpershoek@baylibre.com>2023-10-13 16:31:13 +0200
commitf6b0e5b1de401e9dc9a5f622903c160f66c9719e (patch)
treee609d07c334033f49078a2c24d6c77bf61474f4f /subprojects/.gitignore
parent0d5e9943e9ba845b28f958f089f02462c0ac425f (diff)
meson: fix building with cpp_stlib
When building with custom STLs [1], meson will pass -nostdlib++ to the compiler, which will conflict with the -stdlib=libc++ flag: clang-17: error: argument unused during compilation: '-stdlib=libc++' [-Werror,-Wunused-command-line-argument] Test the user requested a custom cpp_stlib and only configure libc++ when needed. [1] https://mesonbuild.com/Cross-compilation.html#using-a-custom-standard-library Signed-off-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
Diffstat (limited to 'subprojects/.gitignore')
0 files changed, 0 insertions, 0 deletions