Skip to content

Commit

Permalink
No need for wolfssl in linker libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
julek-wolfssl committed Sep 21, 2022
1 parent a0e8c94 commit aa74fa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
CC=gcc
WOLF_INSTALL_DIR=/usr/local
CFLAGS=-I$(WOLF_INSTALL_DIR)/include -Wall
LIBS=-L$(WOLF_INSTALL_DIR)/lib -lwolfssl -levent
LIBS=-L$(WOLF_INSTALL_DIR)/lib -levent

all:udp_proxy tcp_proxy

Expand Down

0 comments on commit aa74fa4

Please sign in to comment.