We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 440c0a0 commit 494b425Copy full SHA for 494b425
1 file changed
RcppTskit/src/Makevars.in
@@ -46,7 +46,7 @@ PKG_CFLAGS = -DNDEBUG # to remove calls to assert() as per the R extensions manu
46
47
# Explicit compile rule for tskit C files
48
tskit/%.o: tskit/%.c
49
- $(CC) $(PKG_CPPFLAGS) $(PKG_CFLAGS) $(CFLAGS) -c $< -o $@
+ $(CC) $(PKG_CPPFLAGS) $(PKG_CFLAGS) $(CFLAGS) $(CPICFLAGS) -c $< -o $@
50
51
# Linking
52
PKG_LIBS = @RCPPTSKIT_LIB@
0 commit comments