Skip to content

Commit

Permalink
CFLAGS needs -I to use bundled cppzmq
Browse files Browse the repository at this point in the history
  • Loading branch information
mschubert committed Oct 13, 2023
1 parent 32269f3 commit fe885da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makevars.win
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
RWINLIB = ../windows/zeromq
OLDLIBDIR = lib$(subst gcc,,$(COMPILED_BY))$(R_ARCH)
PKG_CPPFLAGS = -Icppzmq -I${RWINLIB}/include
PKG_CFLAGS = -DZMQ_STATIC -DZMQ_BUILD_DRAFT_API=1
PKG_CFLAGS = -DZMQ_STATIC -DZMQ_BUILD_DRAFT_API=1 -Icppzmq -I${RWINLIB}/include

PKG_LIBS = \
-L$(RWINLIB)/$(OLDLIBDIR) \
Expand Down

0 comments on commit fe885da

Please sign in to comment.