We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f647a5 commit 837bd66Copy full SHA for 837bd66
1 file changed
selfcheck.sh
@@ -95,7 +95,7 @@ elif [ "$cxx_type" = "Apple" ]; then
95
inc="$inc -I$sdk_path/usr/include/c++/v1"
96
inc="$inc -I$sdk_path/usr/include"
97
inc="$inc -I$sdk_path/usr/include/i386"
98
- echo $sdk_path/usr/include/c++/v1/__type_traits/is_trivially_destructible.h
+ cat $sdk_path/usr/include/c++/v1/__type_traits/is_trivially_destructible.h
99
else
100
echo "unknown compiler '$cxx_type'"
101
exit 1
0 commit comments