Skip to content

Commit ec2724d

Browse files
committed
Use PKG_CPPFLAGS, PKG_CFLAGS properly
1 parent f5658a1 commit ec2724d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Makevars

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
PKG_CFLAGS = $(C_VISIBILITY) -I../inst/include
1+
PKG_CPPFLAGS = -I../inst/include
2+
PKG_CFLAGS = $(C_VISIBILITY)
23
PKG_LIBS = -lpthread

0 commit comments

Comments
 (0)