Parcourir la source

websocket: makefile - set library path for localbase

Daniel-Constantin Mierla il y a 3 ans
Parent
commit
2e4258f440
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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)
 ifeq ($(EMBEDDED_UTF8_DECODE),0)
 	DEFS += -I$(LOCALBASE)/include
 	DEFS += -I$(LOCALBASE)/include
-	LIBS += -lunistring
+	LIBS += -L$(LOCALBASE)/lib -lunistring
 else
 else
 	DEFS += -DEMBEDDED_UTF8_DECODE
 	DEFS += -DEMBEDDED_UTF8_DECODE
 endif
 endif