File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 11
2- CXX_STD = CXX11
3-
42PKG_CPPFLAGS += -I../inst/include/
53
64ifeq ($(OS), Windows_NT)
@@ -10,16 +8,23 @@ ifeq ($(OS), Windows_NT)
108
119 # Extra PATH entry for gcc (required by TBB)
1210 GCC_PATH = $(shell cygpath $(dir $(CC))):
11+
12+ CXX_STD = CXX11
1313
1414else
1515
1616 UNAME := $(shell uname)
1717 TBB_COPY_PATTERN=libtbb.*
1818 ifeq ($(UNAME), Darwin)
1919 USE_TBB=Mac
20+ # We don't set this on OS X because it caused build failures on
21+ # pre-Mavericks R toolchains (it was originally put in to prevent
22+ # warnings on a Linux toolchain so isn't needed on OS X anyway)
23+ # CXX_STD = CXX11
2024 endif
2125 ifeq ($(UNAME), Linux)
2226 USE_TBB=Linux
27+ CXX_STD = CXX11
2328 endif
2429 # Note: regular MinGW not supported
2530
You can’t perform that action at this time.
0 commit comments