Skip to content

Commit c59c79c

Browse files
committed
s
1 parent 312e24f commit c59c79c

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
@@ -91,6 +91,7 @@ elif [ "$cxx_type" = "Apple" ]; then
9191
defs="$defs -D__has_attribute(x)=(0)"
9292
defs="$defs -D__has_cpp_attribute(x)=(0)"
9393
defs="$defs -D__has_include_next(x)=(0)"
94+
defs="$defs -D__has_builtin(x)=(1)"
9495
inc=
9596
inc="$inc -I$sdk_path/usr/include/c++/v1"
9697
inc="$inc -I$sdk_path/usr/include"

0 commit comments

Comments
 (0)