We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b76fff3 commit f44c755Copy full SHA for f44c755
1 file changed
selfcheck.sh
@@ -70,6 +70,7 @@ elif [ "$cxx_type" = "clang" ]; then
70
# inc="$inc -I$line"
71
#done <<< "$($CXX -x c++ -stdlib=libc++ -v -c -S - 2>&1 < /dev/null | grep -e'^ [/A-Z]')"
72
elif [ "$cxx_type" = "Apple" ]; then
73
+ find /Applications/Xcode_15.4.app -name endian.h
74
defs=
75
defs="$defs -D__BYTE_ORDER__"
76
defs="$defs -D__APPLE__"
0 commit comments