Skip to content

Commit 4223bc3

Browse files
committed
s
1 parent e762975 commit 4223bc3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

selfcheck.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,11 @@ elif [ "$cxx_type" = "Apple" ]; then
9999
defs="$defs -D__has_feature(x)=(1)"
100100
defs="$defs -D__has_extension(x)=(1)"
101101
defs="$defs -D__has_attribute(x)=(0)"
102+
defs="$defs -D__has_cpp_attribute(x)=(0)"
102103
inc=
104+
inc="$inc -I$sdk_path/usr/include/c++/v1"
103105
inc="$inc -I$sdk_path/usr/include"
104106
inc="$inc -I$sdk_path/usr/include/i386"
105-
inc="$inc -I$sdk_path/usr/include/c++/v1"
106-
cat $sdk_path/usr/include/sys/cdefs.h
107107
./simplecpp simplecpp.cpp -e -f -std=gnu++11 $defs $inc
108108
ec=$?
109109
if [ $ec -ne 0 ]; then

0 commit comments

Comments
 (0)