Skip to content

Commit

Permalink
Add -lm to lilv libs
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <[email protected]>
  • Loading branch information
falkTX committed Dec 8, 2023
1 parent 1d26271 commit 1d20980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ JACK_LIBS = $(shell pkg-config --libs jack)
endif

LILV_CFLAGS = $(shell pkg-config --cflags lilv-0) -Wno-parentheses
LILV_LIBS = $(shell pkg-config --libs lilv-0)
LILV_LIBS = $(shell pkg-config --libs lilv-0) -lm

all: build

Expand Down

0 comments on commit 1d20980

Please sign in to comment.