Files
KirkOS/user/include/mlibc/subprojects/packagefiles/freestnd-c-hdrs/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

11 lines
211 B
Meson

project('freestnd-c-hdrs')
cpu = host_machine.cpu_family()
if cpu == 'x86'
cpu = 'i686'
endif
incl = include_directories(cpu / 'include')
freestnd_c_hdrs_dep = declare_dependency(include_directories: incl)