You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Picolibc contains one C++ test, which is failing for me when building
with meson 1.4.1, but not 1.3.1. In the failing case, the test is being
compiled and linked using clang++ from my PATH, not the freshly built
one. With meson 1.3.1, the same compiler is being used for both C and
C++, so this test works correctly. I don't see anything in the meson
changelog which could cause this, but setting the c++ compiler in the
same way we do for C makes this test work for both meson versions.
(cherry picked from commit 48b9ea7)
0 commit comments