Skip to content

Commit 6c9488a

Browse files
committed
mingw
1 parent 35201ba commit 6c9488a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

selfcheck.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ if [ "$cxx_type" = "g++" ] || [ "$cxx_type" = "g++.exe" ]; then
3737
inc="$inc -I$line"
3838
done <<< "$($CXX -x c++ -v -c -S - 2>&1 < /dev/null | grep -e'^ [/A-Z]' | grep -v /cc1plus)"
3939
elif [ "$cxx_type" = "clang" ]; then
40+
cat C:/msys64/clang64/include/c++/v1/__mbstate_t.h
4041
# libstdc++
4142
defs=
4243
defs="$defs -D__x86_64__"

0 commit comments

Comments
 (0)