Skip to content

Commit

Permalink
capstone: update to the latest next
Browse files Browse the repository at this point in the history
  • Loading branch information
XVilka committed Apr 27, 2024
1 parent b5898d0 commit c530cc9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion subprojects/capstone-next.wrap
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[wrap-git]
url = https://github.com/capstone-engine/capstone.git
revision = b4fde983de9d14c038afef88e79fe1111388e569
revision = eb4fc2d7612db10379adf7aeb287a7923dcc0fc7
directory = capstone-next
patch_directory = capstone-next
depth = 1
10 changes: 10 additions & 0 deletions subprojects/packagefiles/capstone-next/meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
project('capstone', 'c', version: 'next', meson_version: '>=0.55.0')

cs_files = [
'arch/Alpha/AlphaDisassembler.c',
'arch/Alpha/AlphaInstPrinter.c',
'arch/Alpha/AlphaMapping.c',
'arch/Alpha/AlphaModule.c',
'arch/AArch64/AArch64BaseInfo.c',
'arch/AArch64/AArch64Disassembler.c',
'arch/AArch64/AArch64DisassemblerExtension.c',
Expand All @@ -13,6 +17,10 @@ cs_files = [
'arch/ARM/ARMInstPrinter.c',
'arch/ARM/ARMMapping.c',
'arch/ARM/ARMModule.c',
'arch/HPPA/HPPADisassembler.c',
'arch/HPPA/HPPAInstPrinter.c',
'arch/HPPA/HPPAMapping.c',
'arch/HPPA/HPPAModule.c',
'arch/M680X/M680XDisassembler.c',
'arch/M680X/M680XInstPrinter.c',
'arch/M680X/M680XModule.c',
Expand Down Expand Up @@ -72,8 +80,10 @@ libcapstone_c_args = [
'-DCAPSTONE_X86_REDUCE_NO',
'-DCAPSTONE_USE_SYS_DYN_MEM',
'-DCAPSTONE_DIET_NO',
'-DCAPSTONE_HAS_ALPHA',
'-DCAPSTONE_HAS_ARM',
'-DCAPSTONE_HAS_AARCH64',
'-DCAPSTONE_HAS_HPPA',
'-DCAPSTONE_HAS_M68K',
'-DCAPSTONE_HAS_M680X',
'-DCAPSTONE_HAS_MIPS',
Expand Down

0 comments on commit c530cc9

Please sign in to comment.