We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9803c6 commit 244c803Copy full SHA for 244c803
1 file changed
selfcheck.sh
@@ -38,6 +38,7 @@ if [ "$cxx_type" = "g++" ] || [ "$cxx_type" = "g++.exe" ]; then
38
find /usr -name stddef.h
39
find /usr/include -name stddef.h
40
find /usr -name c++config.h
41
+ cat /usr/lib/gcc/x86_64-pc-cygwin/15.2.0/include/c++/bits/requires_hosted.h
42
# some required include paths might differ per distro
43
inc=
44
inc="$inc -I/usr/include"
0 commit comments