From 98f6fd6d3513f65e3f065d62c647ae884830cde6 Mon Sep 17 00:00:00 2001 From: Leonard Kugis Date: Thu, 2 Oct 2025 00:01:35 +0200 Subject: Introduced meson build system --- meson_options.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 meson_options.txt (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt new file mode 100644 index 0000000..fcb84af --- /dev/null +++ b/meson_options.txt @@ -0,0 +1,5 @@ +option('install_macos_fs_link', + type: 'boolean', + value: false, + description: 'Install macOS filesystems / bindfs.fs with mount_bindfs symlink') + -- cgit v1.2.3