We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c3230c commit 6a9eef6Copy full SHA for 6a9eef6
librz/arch/meson.build
@@ -319,12 +319,22 @@ if capstone_dep.version() == 'next' or capstone_dep.version().split('.')[0].to_i
319
# plugins
320
arch_plugins_list += [
321
'riscv_cs',
322
- 'tricore_cs',
323
]
324
325
# plugins sources
326
arch_plugin_sources += [
327
'p/arch_riscv_cs.c',
+ ]
328
+endif
329
+
330
+if capstone_dep.version() == 'next' or capstone_dep.version().split('.')[0].to_int() > 4
331
+ # plugins
332
+ arch_plugins_list += [
333
+ 'tricore_cs',
334
335
336
+ # plugins sources
337
+ arch_plugin_sources += [
338
'p/arch_tricore_cs.c',
339
340
0 commit comments