Skip to content

Commit 972e37b

Browse files
committed
s
1 parent 372c2b2 commit 972e37b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

selfcheck.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ elif [ "$cxx_type" = "Apple" ]; then
8181
xcode_path="/Applications/Xcode_15.2.app"
8282
fi
8383
sdk_path="$xcode_path/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk"
84+
find $sdk_path -name stdarg.h
8485
defs=
8586
defs="$defs -D__BYTE_ORDER__"
8687
defs="$defs -D__APPLE__"
@@ -102,6 +103,7 @@ elif [ "$cxx_type" = "Apple" ]; then
102103
inc="$inc -I$sdk_path/usr/include/c++/v1"
103104
inc="$inc -I$sdk_path/usr/include"
104105
inc="$inc -I$sdk_path/usr/include/i386"
106+
cat $sdk_path/usr/include/c++/v1/bitset
105107
else
106108
echo "unknown compiler '$cxx_type'"
107109
exit 1

0 commit comments

Comments
 (0)