Fix link when using SYSDEPS
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
f34b820000
commit
a872013f90
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ EXTRA_LIBS += -lws2_32 -lwinmm
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(SYSDEPS),true)
|
ifeq ($(SYSDEPS),true)
|
||||||
LINK_FLAGS += $(shell pkg-config --libs jansson libarchive samplerate speexdsp)
|
EXTRA_LIBS += $(shell pkg-config --libs jansson libarchive samplerate speexdsp)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(WITH_LTO),true)
|
ifeq ($(WITH_LTO),true)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue