Skip to content

Commit

Permalink
use message
Browse files Browse the repository at this point in the history
  • Loading branch information
bgoodri committed Jan 17, 2019
1 parent dd1009c commit c3c59fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion inst/include/sys/Makevars
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
STANHEADERS_SRC = $(shell "$(R_HOME)/bin$(R_ARCH_BIN)/Rscript" -e "cat(' ', sep = '\n')" -e "cat(system.file('include', 'src', package ='StanHeaders', mustWork = TRUE), sep = '\n')" | grep 'StanHeaders')
STANHEADERS_SRC = $(shell "$(R_HOME)/bin$(R_ARCH_BIN)/Rscript" -e "message()" -e "cat(system.file('include', 'src', package = 'StanHeaders', mustWork = TRUE))" -e "message()" | grep "StanHeaders")
PKG_CPPFLAGS = -I"../inst/include" -I"$(STANHEADERS_SRC)" -DBOOST_DISABLE_ASSERTS -DEIGEN_NO_DEBUG -DBOOST_MATH_OVERFLOW_ERROR_POLICY=errno_on_error

CXX_STD = CXX14
Expand Down
2 changes: 1 addition & 1 deletion inst/include/sys/Makevars.win
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
STANHEADERS_SRC = $(shell "$(R_HOME)/bin$(R_ARCH_BIN)/Rscript" -e "cat(' ', sep = '\n')" -e "cat(system.file('include', 'src', package ='StanHeaders', mustWork = TRUE), sep = '\n')" | grep 'StanHeaders')
STANHEADERS_SRC = $(shell "$(R_HOME)/bin$(R_ARCH_BIN)/Rscript" -e "message()" -e "cat(system.file('include', 'src', package = 'StanHeaders', mustWork = TRUE))" -e "message()" | grep "StanHeaders")
PKG_CPPFLAGS = -I"../inst/include" -I"$(STANHEADERS_SRC)" -DBOOST_DISABLE_ASSERTS -DEIGEN_NO_DEBUG

CXX_STD = CXX14
Expand Down

0 comments on commit c3c59fb

Please sign in to comment.