Skip to content

Commit eab15a3

Browse files
committed
don't inject PATH into TBB compilation (this was required for Rtools w/ gcc 4.9.2)
1 parent 1a8edd5 commit eab15a3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Makevars

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ ifeq ($(OS), Windows_NT)
55

66
USE_TBB=Windows
77
TBB_COPY_PATTERN=tbb*.dll
8-
9-
# Extra PATH entry for gcc (required by TBB)
10-
GCC_PATH = $(shell cygpath $(dir $(CC))):
118

129
CXX_STD = CXX11
1310

@@ -66,7 +63,6 @@ endif
6663
all: tbb $(SHLIB)
6764

6865
tbb:
69-
PATH="$(GCC_PATH)$(PATH)"; \
7066
mkdir -p ../inst/lib/$(ARCH_DIR); \
7167
cd tbb/src; \
7268
make $(MAKE_ARGS); \

0 commit comments

Comments
 (0)