File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -70,7 +70,8 @@ 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]')"
7272elif [ " $cxx_type " = " Apple" ]; then
73- find /Applications/Xcode_15.4.app -name endian.h
73+ find /Applications/Xcode_15.2.app -name endian.h
74+ cat /Applications/Xcode_15.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__config
7475 defs=
7576 defs=" $defs -D__BYTE_ORDER__"
7677 defs=" $defs -D__APPLE__"
@@ -97,6 +98,7 @@ elif [ "$cxx_type" = "Apple" ]; then
9798 do
9899 echo $line
99100 inc=" $inc -I$line "
101+ # TODO: pass the framework path as such when possible
100102 done <<< " $($CXX -x c++ -v -c -S - 2>&1 < /dev/null | grep -e'^ [/A-Z]' | sed 's/ (framework directory)//g')"
101103 echo $inc
102104else
You can’t perform that action at this time.
0 commit comments