Skip to content

Commit

Permalink
add zlib dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ischlo committed Nov 23, 2024
1 parent 9dcc685 commit f281933
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Makevars
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
PKG_CPPFLAGS = -Iprotozero/include -Ilibosmium/include
# PKG_LIBS = protozero/libprotozero.a libsomium/libosmium.a

PKG_LIBS = -lexpat
PKG_LIBS = -lz -lexpat

$(SHLIB): protozero libosmium

Expand Down
2 changes: 1 addition & 1 deletion src/Makevars.win
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
PKG_CPPFLAGS = -Iprotozero/include -Ilibosmium/include
# PKG_LIBS = protozero/libprotozero.a libsomium/libosmium.a

PKG_LIBS = -lexpat
PKG_LIBS = -lz -lexpat

$(SHLIB): protozero libosmium

Expand Down

0 comments on commit f281933

Please sign in to comment.