Fix link when using SYSDEPS

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2021-10-29 15:29:58 +01:00
parent f34b820000
commit a872013f90
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0

View file

@ -130,7 +130,7 @@ EXTRA_LIBS += -lws2_32 -lwinmm
endif
ifeq ($(SYSDEPS),true)
LINK_FLAGS += $(shell pkg-config --libs jansson libarchive samplerate speexdsp)
EXTRA_LIBS += $(shell pkg-config --libs jansson libarchive samplerate speexdsp)
endif
ifeq ($(WITH_LTO),true)