Skip to content

Commit e4e49c5

Browse files
committed
s
1 parent c59c79c commit e4e49c5

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

0 commit comments

Comments
 (0)