We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1b6b86 commit b0ed65fCopy full SHA for b0ed65f
1 file changed
Makefile
@@ -46,7 +46,7 @@ endif
46
47
INCLUDES = -I$(LUA_INC)
48
DEFINES =
49
-LIBS = -lrt -ldl $(CURL_LIBS)
+LIBS = $(CURL_LIBS)
50
51
COMMONFLAGS = -O2 -g -pipe -fPIC $(OS_FLAGS) $(DBG)
52
LF = $(LIBS) $(LDFLAGS)
0 commit comments