Skip to content

Commit

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

PKG_LIBS = -lexpat

$(SHLIB): protozero libosmium

protozero:
Expand Down
2 changes: 2 additions & 0 deletions src/Makevars.win
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
PKG_CPPFLAGS = -Iprotozero/include -Ilibosmium/include
# PKG_LIBS = protozero/libprotozero.a libsomium/libosmium.a

PKG_LIBS = -lexpat

$(SHLIB): protozero libosmium

protozero:
Expand Down

0 comments on commit 9dcc685

Please sign in to comment.