From d379f9c73784972328c9cbacc58eb37e4c47b7cc Mon Sep 17 00:00:00 2001 From: Francesco Abbate Date: Thu, 3 Dec 2020 16:47:33 +0100 Subject: [PATCH] Add missing meson_options file from previous commit --- meson_options.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 meson_options.txt diff --git a/meson_options.txt b/meson_options.txt new file mode 100644 index 00000000..5f517625 --- /dev/null +++ b/meson_options.txt @@ -0,0 +1,2 @@ +option('portable', type : 'boolean', value : false, description: 'Create a portable build') +