diff options
author | Leonard Kugis <leonard@kug.is> | 2025-10-02 00:01:35 +0200 |
---|---|---|
committer | Leonard Kugis <leonard@kug.is> | 2025-10-02 00:01:35 +0200 |
commit | 98f6fd6d3513f65e3f065d62c647ae884830cde6 (patch) | |
tree | aeef47284f66fb442a982d64de23ec33259b84d5 /meson_options.txt | |
parent | 755e0895040bbd43a8e2f3efc7f32f366160a408 (diff) | |
download | bindfs-98f6fd6d3513f65e3f065d62c647ae884830cde6.tar.gz |
Introduced meson build system
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 5 |
1 files changed, 5 insertions, 0 deletions
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') + |