Skip to content

Commit

Permalink
websocket: makefile - set library path for localbase
Browse files Browse the repository at this point in the history
(cherry picked from commit 2e4258f)
(cherry picked from commit 254d19b)
  • Loading branch information
miconda committed Mar 2, 2022
1 parent cefee1b commit 12cac22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/websocket/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit 12cac22

Please sign in to comment.