Skip to content

Commit f44c755

Browse files
committed
s
1 parent b76fff3 commit f44c755

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

selfcheck.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ elif [ "$cxx_type" = "clang" ]; then
7070
# inc="$inc -I$line"
7171
#done <<< "$($CXX -x c++ -stdlib=libc++ -v -c -S - 2>&1 < /dev/null | grep -e'^ [/A-Z]')"
7272
elif [ "$cxx_type" = "Apple" ]; then
73+
find /Applications/Xcode_15.4.app -name endian.h
7374
defs=
7475
defs="$defs -D__BYTE_ORDER__"
7576
defs="$defs -D__APPLE__"

0 commit comments

Comments
 (0)