We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96c235c commit 15b4fc6Copy full SHA for 15b4fc6
src/Makevars
@@ -5,23 +5,16 @@ ifeq ($(OS), Windows_NT)
5
6
USE_TBB=Windows
7
TBB_COPY_PATTERN=tbb*.dll
8
-
9
- CXX_STD = CXX11
10
+
11
else
12
13
UNAME := $(shell uname)
14
TBB_COPY_PATTERN=libtbb*.*
15
ifeq ($(UNAME), Darwin)
16
USE_TBB=Mac
17
- # We don't set this on OS X because it caused build failures on
18
- # pre-Mavericks R toolchains (it was originally put in to prevent
19
- # warnings on a Linux toolchain so isn't needed on OS X anyway)
20
- # CXX_STD = CXX11
21
endif
22
ifeq ($(UNAME), Linux)
23
USE_TBB=Linux
24
25
26
ifeq ($(UNAME), SunOS)
27
USE_TBB=SunOS
0 commit comments