mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-19 15:43:56 +00:00
Replace libc_pipe plugin by VFS pipe plugin
This commit is contained in:
@ -3,6 +3,6 @@ SRC_CC = main.cc
|
||||
SRC_CC += server.cc
|
||||
SRC_CC += ssh_callbacks.cc
|
||||
SRC_CC += util.cc
|
||||
LIBS = base libc libssh libc_pipe
|
||||
LIBS = base libc libssh
|
||||
|
||||
CC_CXX_WARN_STRICT =
|
||||
|
@ -1,5 +1,5 @@
|
||||
TARGET = tcp_terminal
|
||||
SRC_CC = main.cc
|
||||
LIBS = libc libc_pipe
|
||||
LIBS = libc
|
||||
|
||||
CC_CXX_WARN_STRICT =
|
||||
|
Reference in New Issue
Block a user