2
0
Эх сурвалжийг харах

websocket: makefile - set library path for localbase

Daniel-Constantin Mierla 3 жил өмнө
parent
commit
2e4258f440

+ 1 - 1
src/modules/websocket/Makefile

@@ -40,7 +40,7 @@ LIBS+= $(TLS_EXTRA_LIBS)
 
 ifeq ($(EMBEDDED_UTF8_DECODE),0)
 	DEFS += -I$(LOCALBASE)/include
-	LIBS += -lunistring
+	LIBS += -L$(LOCALBASE)/lib -lunistring
 else
 	DEFS += -DEMBEDDED_UTF8_DECODE
 endif