Skip to content

Commit 685b559

Browse files
authored
Update Makefile
1 parent 7d56e7d commit 685b559

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/scheme/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ OS_NAME :=$(shell echo $(UNAME_S)| tr '[A-Z]' '[a-z]')
1919

2020
ifeq ($(UNAME_S), Linux) #LINUX
2121
ECHO_MESSAGE = "Linux"
22-
LIBS += -ldl -lrt -lpthread -luuid
22+
LIBS += -ldl -lrt -lpthread -luuid -llz4
2323
CXXFLAGS +=
2424
CXXFLAGS +=
2525
CFLAGS +=

0 commit comments

Comments
 (0)