diff options
author | Sinan Mohd <sinan@sinanmohd.com> | 2024-06-26 11:29:28 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-26 11:29:28 +0530 |
commit | 8348bde98acac3328fee84d21f8e5ebb51692afa (patch) | |
tree | 16830bb2d6f8774a99864c52be47ee9abe13bed8 /meson_options.txt | |
parent | cc02eba1d357dde0132593649c67a194750fe37d (diff) | |
parent | e575e08cacd3461feae843d368fa205c85304b2c (diff) |
Merge pull request #1 from SomeoneSerge/feat/python
evanix-py: init
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..e8baf64 --- /dev/null +++ b/meson_options.txt @@ -0,0 +1 @@ +option('build-python', type: 'boolean', value: 'false') |