Add bpf and bpf.mr to meson.build

This commit is contained in:
Richard Patel 2022-06-09 21:38:57 +02:00 committed by pancake
parent 8bda125c11
commit 5f18e3b443
2 changed files with 4 additions and 1 deletions

View File

@ -665,4 +665,4 @@ R_API RLibStruct radare_plugin = {
.version = R2_VERSION
};
#endif
#endif
#endif // CS_API_MAJOR

View File

@ -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',