9a9b91c940
It's finally done.. Signed-off-by: kaguya <vpshinomiya@protonmail.com>
12 lines
155 B
Meson
12 lines
155 B
Meson
libc_sources += files(
|
|
'generic/startup.cpp',
|
|
'generic/phdr.cpp',
|
|
)
|
|
|
|
if not no_headers
|
|
install_headers(
|
|
'include/elf.h',
|
|
'include/link.h',
|
|
)
|
|
endif
|