Files
KirkOS/user/include/mlibc/options/lsb/meson.build
T
kaguya 9a9b91c940 user: implement mlibc as the libc, finally.
It's finally done..

Signed-off-by: kaguya <vpshinomiya@protonmail.com>
2026-05-02 03:31:49 -04:00

15 lines
177 B
Meson

lsb_sources = files(
'generic/auxv.cpp',
'generic/dso_exit.cpp',
'generic/tls.cpp',
)
if not no_headers
install_headers(
'include/sys/auxv.h',
subdir: 'sys'
)
endif