Files
MINGW-packages/mingw-w64-libc++
Martin Storsjö eb2b3cf4f6 libc++: Pass global CPPFLAGS to CMake via CXXFLAGS
CMake doesn't react to the global env variable CPPFLAGS; feed the
contents of it to CMake via CXXFLAGS.

This makes sure that libc++ is built with -D__USE_MINGW_ANSI_STDIO=1,
which fixes the formatting output of long doubles on x86.

This should fix issues #21768 and #17795.
2024-08-30 11:43:54 +03:00
..