diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2023-07-06 09:40:27 -0700 |
---|---|---|
committer | Eli Schwartz <eschwartz@archlinux.org> | 2023-07-11 15:47:45 -0400 |
commit | 9cc67b7fd185f92fb6c21ea7ecdb3d798ef3c2ae (patch) | |
tree | 64a424e4902c0419337f6e17193eb5976e90e6b4 /unittests/machinefiletests.py | |
parent | de44455b4b9fa771ba0b01b86a7734cc4748c19f (diff) | |
download | meson-9cc67b7fd185f92fb6c21ea7ecdb3d798ef3c2ae.zip meson-9cc67b7fd185f92fb6c21ea7ecdb3d798ef3c2ae.tar.gz meson-9cc67b7fd185f92fb6c21ea7ecdb3d798ef3c2ae.tar.bz2 |
compilers/cpp: check libc++ vs libstdc++ harder
Instead of hardcoding any values, hardcode what we think the most likely
implementation is, and check that first. It was pointed out that while
for example, Apple only provides libc++ and supports that for xcode, a
user could install a custom environment (such as homebrew) which uses
it's own copy of libstdc++, and we need to account for that. This means
that a library search will be done, but only once and the result will be
cached, on all systems.
Diffstat (limited to 'unittests/machinefiletests.py')
0 files changed, 0 insertions, 0 deletions