Skip to content

Commit dc48327

Browse files
committed
mingw
1 parent 90ffe5c commit dc48327

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

selfcheck.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ if [ "$cxx_type" = "g++" ] || [ "$cxx_type" = "g++.exe" ]; then
3030
defs="$defs -D__has_builtin(x)=(1)"
3131
defs="$defs -D__has_cpp_attribute(x)=(1)"
3232
defs="$defs -D__has_attribute(x)=(1)"
33-
find -name cctype /usr/include
33+
find /usr/include -name cctype
3434
# some required include paths might differ per distro
3535
inc=
3636
inc="$inc -I/usr/include"
@@ -68,6 +68,7 @@ elif [ "$cxx_type" = "clang" ]; then
6868
defs="$defs -D__has_include_next(x)=(0)"
6969
defs="$defs -D__building_module(x)=(0)" # MSYS
7070

71+
find /usr/include -name cctype
7172
# some required include paths might differ per distro
7273
inc=
7374
if [ -d "/usr/include/c++/v1" ]; then

0 commit comments

Comments
 (0)