Browse Source

websocket: makefile - set library path for localbase

Daniel-Constantin Mierla 3 years ago
parent
commit
2e4258f440
1 changed files with 1 additions and 1 deletions
  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