Fix R out-of-source build examples
This commit is contained in:
parent
c0bee5bf18
commit
023b0186f0
1 changed files with 1 additions and 1 deletions
|
|
@ -1651,7 +1651,7 @@ R = R
|
|||
RCXXSRCS = $(INTERFACE:.i=_wrap.cpp) #Need to use _wrap.cpp for R build system as it does not understand _wrap.cxx
|
||||
RRSRC = $(INTERFACE:.i=.R)
|
||||
R_CFLAGS=-fPIC
|
||||
R_SCRIPT=$(RUNME).R
|
||||
R_SCRIPT=$(SRCDIR)$(RUNME).R
|
||||
|
||||
# need to compile .cxx files outside of R build system to make sure that
|
||||
# we get -fPIC
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue