Skip to content

Commit 494e032

Browse files
committed
s
1 parent 4223bc3 commit 494e032

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

selfcheck.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ elif [ "$cxx_type" = "Apple" ]; then
100100
defs="$defs -D__has_extension(x)=(1)"
101101
defs="$defs -D__has_attribute(x)=(0)"
102102
defs="$defs -D__has_cpp_attribute(x)=(0)"
103+
defs="$defs -D__has_include_next(x)=(0)"
103104
inc=
104105
inc="$inc -I$sdk_path/usr/include/c++/v1"
105106
inc="$inc -I$sdk_path/usr/include"

0 commit comments

Comments
 (0)