mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-08 23:07:17 +00:00
Add bpf and bpf.mr to meson.build
This commit is contained in:
parent
8bda125c11
commit
5f18e3b443
@ -665,4 +665,4 @@ R_API RLibStruct radare_plugin = {
|
||||
.version = R2_VERSION
|
||||
};
|
||||
#endif
|
||||
#endif
|
||||
#endif // CS_API_MAJOR
|
||||
|
@ -176,6 +176,8 @@ anal_plugins += [
|
||||
'arm_cs',
|
||||
'avr',
|
||||
'bf',
|
||||
'bpf',
|
||||
'bpf_cs',
|
||||
'chip8',
|
||||
'cr16',
|
||||
'bpf',
|
||||
@ -235,6 +237,7 @@ if no_user_plugins
|
||||
anal_plugins += [
|
||||
'z80',
|
||||
'arm_gnu',
|
||||
'bpf',
|
||||
'mips_gnu',
|
||||
'loongarch_gnu',
|
||||
's390_gnu',
|
||||
|
Loading…
x
Reference in New Issue
Block a user