diff options
author | Adam <adamdharrison@gmail.com> | 2023-06-19 13:50:41 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-19 13:50:41 -0400 |
commit | b7584e25f57bef9f41956b7d28e1edc1053e8f6a (patch) | |
tree | dc0de95488b15b9714d2a9247f25ec51a77ab127 /meson_options.txt | |
parent | 8763e605d17f6d501af6b6e092ac28cb5d2dd4eb (diff) | |
parent | 6a426692def2da13fcc1159c8705e7455bb6f834 (diff) | |
download | lite-xl-plugin-manager-b7584e25f57bef9f41956b7d28e1edc1053e8f6a.tar.gz lite-xl-plugin-manager-b7584e25f57bef9f41956b7d28e1edc1053e8f6a.zip |
Merge pull request #24 from Jan200101/PR/meson
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.') |