Skip to content

Commit

Permalink
test/grpc/server: add missing libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
trimpim committed Sep 21, 2023
1 parent e950744 commit 9589d11
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/test/grpc/server/target.mk
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@ GRPC_DIR := $(call select_from_ports,protobuf_grpc)/src/lib/grpc
PROTO_DIR := $(GRPC_DIR)/examples/protos
TARGET := grpc_server

LIBS += base
LIBS += grpc
LIBS += libc
LIBS += posix
LIBS += protobuf
LIBS += stdcxx
LIBS += grpc
LIBS += vfs
LIBS += vfs_lwip

Expand Down

0 comments on commit 9589d11

Please sign in to comment.