diff options
Diffstat (limited to 'lib/mlibc/options/crypt/meson.build')
-rw-r--r-- | lib/mlibc/options/crypt/meson.build | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/lib/mlibc/options/crypt/meson.build b/lib/mlibc/options/crypt/meson.build deleted file mode 100644 index a476f34..0000000 --- a/lib/mlibc/options/crypt/meson.build +++ /dev/null @@ -1,13 +0,0 @@ -if disable_crypt_option - subdir_done() -endif - -libc_sources += files( - 'generic/crypt-stubs.cpp', -) - -if not no_headers - install_headers( - 'include/crypt.h', - ) -endif |