Skip to content

Commit b4bf4dc

Browse files
committed
s
1 parent b1c5e99 commit b4bf4dc

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
@@ -33,13 +33,13 @@ elif [ "$cxx_type" = "clang" ]; then
3333
if [ ! -d "$cxx_inc" ]; then
3434
cxx_inc="/usr/lib/llvm-$clang_ver/include/c++/v1"
3535
fi
36-
./simplecpp simplecpp.cpp -e -f -std=gnu++11 -D__BYTE_ORDER__ -D__linux__ -I"$cxx_inc" -I"/usr/include"
36+
./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"
3737
ec=$?
3838
if [ $ec -ne 0 ]; then
3939
exit $ec
4040
fi
4141
elif [ "$cxx_type" = "Apple" ]; then
42-
find /Applications -name cctype
42+
find /Applications -name endian.h
4343
xcode_path="/Applications/Xcode_16.4.app"
4444
if [ ! -d "$xcode_path" ]; then
4545
xcode_path="/Applications/Xcode_15.2.app"

0 commit comments

Comments
 (0)