We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f79d22 commit 2185055Copy full SHA for 2185055
src/Makevars
@@ -64,7 +64,7 @@ tbb:
64
cd tbb/src; \
65
if [[ "$(CC)" == clang* ]]; then \
66
$(MAKE) cpp0x=1 compiler=clang $(MAKE_ARGS); \
67
- elif [[ "$(CC)" == gcc* ]]; then \
+ elif [[ "$(CC)" == *gcc* ]]; then \
68
$(MAKE) cpp0x=1 compiler=gcc $(MAKE_ARGS); \
69
else \
70
$(MAKE) cpp0x=1 $(MAKE_ARGS); \
0 commit comments