[Rcpp-commits] r404 - pkg/inst/skeleton

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Jan 19 08:13:14 CET 2010


Author: romain
Date: 2010-01-19 08:13:14 +0100 (Tue, 19 Jan 2010)
New Revision: 404

Modified:
   pkg/inst/skeleton/Makevars
Log:
use the CLINK_CPPFLAGS in the skeleton

Modified: pkg/inst/skeleton/Makevars
===================================================================
--- pkg/inst/skeleton/Makevars	2010-01-19 07:07:59 UTC (rev 403)
+++ pkg/inst/skeleton/Makevars	2010-01-19 07:13:14 UTC (rev 404)
@@ -1,4 +1,4 @@
 PKG_CPPFLAGS=$(shell Rscript -e "Rcpp:::CxxFlags()" )
 PKG_LIBS = $(shell Rscript -e "Rcpp:::LdFlags()" )
-CXXOPTS = $(shell Rscript -e "Rcpp:::Cxx0xFlags()" )
+CLINK_CPPFLAGS=$(shell Rscript -e "Rcpp:::Cxx0xFlags()" )
 



More information about the Rcpp-commits mailing list