askrene: add bigger test for MCF
Using zlib to read big test case file. Changelog-None: askrene: add bigger test for MCF Signed-off-by: Lagrang3 <lagrang3@protonmail.com>
This commit is contained in:
4
external/Makefile
vendored
4
external/Makefile
vendored
@@ -53,6 +53,10 @@ else
|
||||
LDLIBS += -lsodium
|
||||
endif
|
||||
|
||||
ifeq ($(HAVE_ZLIB),1)
|
||||
LDLIBS += -lz
|
||||
endif
|
||||
|
||||
EXTERNAL_LDLIBS := -L${TARGET_DIR} $(patsubst lib%.a,-l%,$(notdir $(EXTERNAL_LIBS)))
|
||||
|
||||
submodcheck: $(FORCE)
|
||||
|
||||
Reference in New Issue
Block a user