Skip to content

Commit

Permalink
use CXX11
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Aug 14, 2021
1 parent b43b6c7 commit b576a4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R-package/configure.win
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
###########################

R_EXE="${R_HOME}/bin${R_ARCH_BIN}/R"
CXX=`"${R_EXE}" CMD config CXX`
CXX=`"${R_EXE}" CMD config CXX11`
CXXFLAGS=`"${R_EXE}" CMD config CXXFLAGS`
CPPFLAGS=`"${R_EXE}" CMD config CPPFLAGS`

Expand Down

0 comments on commit b576a4f

Please sign in to comment.