mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 14:13:09 +00:00
03d7208386
By building the posix library as shared object with an ABI, we effectively decouple posix-using programs from the library implementation (which happens to depend on several os-level APIs such as the VFS).
8 lines
99 B
Makefile
8 lines
99 B
Makefile
SRC_CC = construct.cc
|
|
|
|
LIBS += libc
|
|
|
|
SHARED_LIB = yes
|
|
|
|
vpath construct.cc $(REP_DIR)/src/lib/posix
|