summaryrefslogtreecommitdiff
path: root/lib/mlibc/options/intl/meson.build
blob: 94057f4cfc09465093e9994a6e80d1cd09ad6048 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
if disable_intl_option
	subdir_done()
endif
libc_sources += files(
	'generic/libintl-stubs.cpp',
)

if not no_headers
	install_headers(
		'include/libintl.h',
	)
endif