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