[Rcpp-commits] r406 - pkg/src

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Jan 19 14:53:43 CET 2010


Author: romain
Date: 2010-01-19 14:53:43 +0100 (Tue, 19 Jan 2010)
New Revision: 406

Modified:
   pkg/src/Makevars.win
Log:
jump back one directory

Modified: pkg/src/Makevars.win
===================================================================
--- pkg/src/Makevars.win	2010-01-19 13:47:46 UTC (rev 405)
+++ pkg/src/Makevars.win	2010-01-19 13:53:43 UTC (rev 406)
@@ -37,7 +37,7 @@
 ## to filter out -Wall which generated a ton with older compilers
 newCXXFLAGS := 	$(filter-out -Wall,$(CXXFLAGS))
 CXXFLAGS := 	$(newCXXFLAGS)
-CLINK_CPPFLAGS := `${R_HOME}/bin/R --slave inst/discovery/cxx0x.R`
+CLINK_CPPFLAGS := `${R_HOME}/bin/R --slave ../inst/discovery/cxx0x.R`
 
 ## the 'package' library contains both Rcpp.{cpp,h} and the RcppExample used to demonstrate the package
 ## it is loaded via library(Rcpp) but is not used for compiling / linking against



More information about the Rcpp-commits mailing list