We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d56e7d commit 685b559Copy full SHA for 685b559
1 file changed
lib/scheme/Makefile
@@ -19,7 +19,7 @@ OS_NAME :=$(shell echo $(UNAME_S)| tr '[A-Z]' '[a-z]')
19
20
ifeq ($(UNAME_S), Linux) #LINUX
21
ECHO_MESSAGE = "Linux"
22
- LIBS += -ldl -lrt -lpthread -luuid
+ LIBS += -ldl -lrt -lpthread -luuid -llz4
23
CXXFLAGS +=
24
25
CFLAGS +=
0 commit comments