Skip to content

Commit de3f8e3

Browse files
committed
s
1 parent e4e49c5 commit de3f8e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

selfcheck.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,11 @@ elif [ "$cxx_type" = "Apple" ]; then
9393
defs="$defs -D__has_include_next(x)=(0)"
9494
defs="$defs -D__has_builtin(x)=(1)"
9595
defs="$defs -D__is_target_os(x)=(0)"
96+
defs="$defs -D__is_target_arch(x)=(0)"
9697
inc=
9798
inc="$inc -I$sdk_path/usr/include/c++/v1"
9899
inc="$inc -I$sdk_path/usr/include"
99100
inc="$inc -I$sdk_path/usr/include/i386"
100-
cat $sdk_path/usr/include/c++/v1/__type_traits/is_trivially_destructible.h
101101
else
102102
echo "unknown compiler '$cxx_type'"
103103
exit 1

0 commit comments

Comments
 (0)