diff options
author | Jan200101 <sentrycraft123@gmail.com> | 2023-06-19 19:44:06 +0200 |
---|---|---|
committer | Jan200101 <sentrycraft123@gmail.com> | 2023-06-19 19:44:06 +0200 |
commit | 6a426692def2da13fcc1159c8705e7455bb6f834 (patch) | |
tree | dc0de95488b15b9714d2a9247f25ec51a77ab127 /meson_options.txt | |
parent | 8763e605d17f6d501af6b6e092ac28cb5d2dd4eb (diff) | |
download | lite-xl-plugin-manager-6a426692def2da13fcc1159c8705e7455bb6f834.tar.gz lite-xl-plugin-manager-6a426692def2da13fcc1159c8705e7455bb6f834.zip |
Add meson build system
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt new file mode 100644 index 0000000..068c37b --- /dev/null +++ b/meson_options.txt @@ -0,0 +1 @@ +option('static', type : 'boolean', value : false, description: 'Build the pre-packaged lua file into the executable.') |