We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 312e24f commit c59c79cCopy full SHA for c59c79c
1 file changed
selfcheck.sh
@@ -91,6 +91,7 @@ elif [ "$cxx_type" = "Apple" ]; then
91
defs="$defs -D__has_attribute(x)=(0)"
92
defs="$defs -D__has_cpp_attribute(x)=(0)"
93
defs="$defs -D__has_include_next(x)=(0)"
94
+ defs="$defs -D__has_builtin(x)=(1)"
95
inc=
96
inc="$inc -I$sdk_path/usr/include/c++/v1"
97
inc="$inc -I$sdk_path/usr/include"
0 commit comments