Skip to content

Commit

Permalink
Add missing source file to meson.build
Browse files Browse the repository at this point in the history
  • Loading branch information
Rot127 committed Nov 17, 2023
1 parent 2950978 commit 618a35e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions subprojects/packagefiles/capstone-next/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ project('capstone', 'c', version: 'next', meson_version: '>=0.55.0')
cs_files = [
'arch/AArch64/AArch64BaseInfo.c',
'arch/AArch64/AArch64Disassembler.c',
'arch/AArch64/AArch64DisassemblerExtension.c',
'arch/AArch64/AArch64InstPrinter.c',
'arch/AArch64/AArch64Mapping.c',
'arch/AArch64/AArch64Module.c',
Expand Down

0 comments on commit 618a35e

Please sign in to comment.