Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
robomics committed Feb 5, 2024
1 parent 405280d commit 02d6414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makevars
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ dollar = $
RUN_CONAN_RESULT := $(shell CONAN_HOME="$(dollar)PWD/conan-staging/.conan2" ../run_conan.sh)
include conan-staging/conandeps.mk

PKG_CPPFLAGS := $(shell Rscript -e 'Rcpp:::CxxFlags()' 2> /dev/null)
PKG_CPPFLAGS := $(shell "$R_HOME/bin/Rscript" -e 'Rcpp:::CxxFlags()' 2> /dev/null)
PKG_CPPFLAGS := $(PKG_CPPFLAGS) $(addprefix -isystem ,$(CONAN_INCLUDE_DIRS))
PKG_CPPFLAGS := $(PKG_CPPFLAGS) $(addprefix -D ,$(CONAN_DEFINES))

Expand Down

0 comments on commit 02d6414

Please sign in to comment.