Skip to content

Commit 2f79d22

Browse files
committed
forward gcc to tbb
1 parent c4e12e4 commit 2f79d22

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Makevars

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ tbb:
6464
cd tbb/src; \
6565
if [[ "$(CC)" == clang* ]]; then \
6666
$(MAKE) cpp0x=1 compiler=clang $(MAKE_ARGS); \
67+
elif [[ "$(CC)" == gcc* ]]; then \
68+
$(MAKE) cpp0x=1 compiler=gcc $(MAKE_ARGS); \
6769
else \
6870
$(MAKE) cpp0x=1 $(MAKE_ARGS); \
6971
fi; \

0 commit comments

Comments
 (0)