aboutsummaryrefslogtreecommitdiff
path: root/lib/mlibc/options/crypt/meson.build
blob: a476f34528c63ce2dc7fd99af8190cfb99dbeff4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
if disable_crypt_option
	subdir_done()
endif

libc_sources += files(
	'generic/crypt-stubs.cpp',
)

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