We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ee6fbf commit b0bd9e0Copy full SHA for b0bd9e0
src/Makevars
@@ -1,15 +1,15 @@
1
# Calls to 'firstword' are used to strip out
2
# a possible '-m64' attached to the CC variable
3
# (or other compiler arguments)
4
-PKG_CPPFLAGS += $(CXX11STD) -I../inst/include/
+PKG_CPPFLAGS += $(CXX1XSTD) -I../inst/include/
5
6
ifeq ($(OS), Windows_NT)
7
8
USE_TBB=Windows
9
TBB_COPY_PATTERN=tbb*.dll
10
11
MAKEFLAGS = -j1
12
- MAKE_CMD = CONLY="$(CC)" CPLUS="$(CXX11)" make
+ MAKE_CMD = CONLY="$(CC)" CPLUS="$(CXX1X)" make
13
14
else
15
0 commit comments