Skip to content

Commit

Permalink
try cxxflags
Browse files Browse the repository at this point in the history
  • Loading branch information
mschubert committed Oct 13, 2023
1 parent 5d6cc31 commit 39000b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions src/Makevars.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
PKG_CPPFLAGS = @cflags@
PKG_CFLAGS = @cflags@
PKG_CXXFLAGS = @cflags@
PKG_LIBS = @libs@
3 changes: 1 addition & 2 deletions src/Makevars.win
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
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 -Icppzmq -I${RWINLIB}/include
PKG_CXXFLAGS = -DZMQ_STATIC -DZMQ_BUILD_DRAFT_API=1 -Icppzmq -I${RWINLIB}/include

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

0 comments on commit 39000b0

Please sign in to comment.