Explorar o código

websocket: makefile - set library path for localbase

Daniel-Constantin Mierla %!s(int64=3) %!d(string=hai) anos
pai
achega
2e4258f440
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/modules/websocket/Makefile

+ 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