summaryrefslogtreecommitdiff
path: root/lang/rizin/files
diff options
context:
space:
mode:
Diffstat (limited to 'lang/rizin/files')
-rw-r--r--lang/rizin/files/patch-meson.build11
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/rizin/files/patch-meson.build b/lang/rizin/files/patch-meson.build
deleted file mode 100644
index abea05cec04a..000000000000
--- a/lang/rizin/files/patch-meson.build
+++ /dev/null
@@ -1,11 +0,0 @@
---- meson.build.orig 2025-04-24 18:28:05 UTC
-+++ meson.build
-@@ -321,7 +321,7 @@ endif
- error(subproject_clean_error_msg)
- endif
-
--rizin_grammar_c_dep = dependency('rizin-grammar-c', required: get_option('use_sys_tree_sitter'), static: is_static_build, fallback: [])
-+rizin_grammar_c_dep = dependency('rizin-grammar-c', required: false, static: is_static_build, fallback: [])
- if not rizin_grammar_c_dep.found()
- rizin_grammar_c_proj = subproject('rizin-grammar-c', default_options: ['default_library=static'])
- rizin_grammar_c_dep = rizin_grammar_c_proj.get_variable('rizin_grammar_c_dep')