Skip to content

Commit

Permalink
librz/arch/alpha: build only for Capstone > 5
Browse files Browse the repository at this point in the history
  • Loading branch information
XVilka committed Nov 24, 2024
1 parent a8da505 commit abe5ab8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions librz/arch/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ subdir('platforms')
arch_plugins_list = [
'6502',
'8051',
'alpha_cs',
'amd29k',
'arm_as',
'arm_cs',
Expand Down Expand Up @@ -64,7 +63,6 @@ arch_plugins_list = [
arch_plugin_sources = [
'p/arch_6502.c',
'p/arch_8051.c',
'p/arch_alpha.c',
'p/arch_amd29k.c',
'p/arch_arm_as.c',
'p/arch_arm_cs.c',
Expand Down Expand Up @@ -326,11 +324,13 @@ endif
if capstone_dep.version() == 'next'
# plugins
arch_plugins_list += [
'alpha_cs',
'xtensa_cs',
]

# plugins sources
arch_plugin_sources += [
'p/arch_alpha.c',
'p/arch_xtensa_cs.c',
]

Expand Down

0 comments on commit abe5ab8

Please sign in to comment.