9a9b91c940
It's finally done.. Signed-off-by: kaguya <vpshinomiya@protonmail.com>
15 lines
177 B
Meson
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
|
|
|