Skip to content

Commit 4971b9a

Browse files
committed
askrene: use zlib for big tests
Signed-off-by: Lagrang3 <[email protected]>
1 parent 8429228 commit 4971b9a

File tree

4 files changed

+30
-25752
lines changed

4 files changed

+30
-25752
lines changed

external/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ else
5353
LDLIBS += -lsodium
5454
endif
5555

56+
ifeq ($(HAVE_ZLIB),1)
57+
LDLIBS += -lz
58+
endif
59+
5660
EXTERNAL_LDLIBS := -L${TARGET_DIR} $(patsubst lib%.a,-l%,$(notdir $(EXTERNAL_LIBS)))
5761

5862
submodcheck: $(FORCE)

0 commit comments

Comments
 (0)