We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1c5e99 commit b4bf4dcCopy full SHA for b4bf4dc
1 file changed
selfcheck.sh
@@ -33,13 +33,13 @@ elif [ "$cxx_type" = "clang" ]; then
33
if [ ! -d "$cxx_inc" ]; then
34
cxx_inc="/usr/lib/llvm-$clang_ver/include/c++/v1"
35
fi
36
- ./simplecpp simplecpp.cpp -e -f -std=gnu++11 -D__BYTE_ORDER__ -D__linux__ -I"$cxx_inc" -I"/usr/include"
+ ./simplecpp simplecpp.cpp -e -f -std=gnu++11 -D__BYTE_ORDER__ -D__linux__ -I"$cxx_inc" -I"/usr/include" -I"/usr/include/x86_64-linux-gnu"
37
ec=$?
38
if [ $ec -ne 0 ]; then
39
exit $ec
40
41
elif [ "$cxx_type" = "Apple" ]; then
42
- find /Applications -name cctype
+ find /Applications -name endian.h
43
xcode_path="/Applications/Xcode_16.4.app"
44
if [ ! -d "$xcode_path" ]; then
45
xcode_path="/Applications/Xcode_15.2.app"
0 commit comments