Skip to content

Commit

Permalink
quantor-3.2: fix when CC is set to clang in macos
Browse files Browse the repository at this point in the history
  • Loading branch information
maelvls committed Dec 28, 2018
1 parent 59aa952 commit 75bfb2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/quantor-3.2/configure
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ RAWCC=unknown
for cc in $CC
do
case $cc in
*gcc* | *cc*) RAWCC=$cc; break;;
*gcc* | *cc* | *clang*) RAWCC=$cc; break;;
*) ;;
esac
done
Expand Down

0 comments on commit 75bfb2c

Please sign in to comment.