Skip to content

Commit 80b83ce

Browse files
committed
s
1 parent ae8f8d9 commit 80b83ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

selfcheck.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ elif [ "$cxx_type" = "Apple" ]; then
9494
do
9595
echo $line
9696
inc="$inc -I$line"
97-
done <<< "$($CXX -x c++ -v -c -S - 2>&1 < /dev/null | grep -e'^ [/A-Z]')"
97+
done <<< "$($CXX -x c++ -v -c -S - 2>&1 < /dev/null | grep -e'^ [/A-Z]' | tr -d ' (framework directory)')"
9898
echo $inc
9999
else
100100
echo "unknown compiler '$cxx_type'"

0 commit comments

Comments
 (0)