We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 372c2b2 commit 972e37bCopy full SHA for 972e37b
1 file changed
selfcheck.sh
@@ -81,6 +81,7 @@ elif [ "$cxx_type" = "Apple" ]; then
81
xcode_path="/Applications/Xcode_15.2.app"
82
fi
83
sdk_path="$xcode_path/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk"
84
+ find $sdk_path -name stdarg.h
85
defs=
86
defs="$defs -D__BYTE_ORDER__"
87
defs="$defs -D__APPLE__"
@@ -102,6 +103,7 @@ elif [ "$cxx_type" = "Apple" ]; then
102
103
inc="$inc -I$sdk_path/usr/include/c++/v1"
104
inc="$inc -I$sdk_path/usr/include"
105
inc="$inc -I$sdk_path/usr/include/i386"
106
+ cat $sdk_path/usr/include/c++/v1/bitset
107
else
108
echo "unknown compiler '$cxx_type'"
109
exit 1
0 commit comments