Skip to content

Commit

Permalink
[REVERT ME] Add auto-sync Capstone
Browse files Browse the repository at this point in the history
  • Loading branch information
Rot127 committed Jul 20, 2023
1 parent f1006f9 commit b86eb6d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion meson_options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ option('rizin_bindings', type: 'string', value: '', description: 'Path where riz

option('checks_level', type: 'integer', value: 9999, description: 'Value between 0 and 3 to enable different level of assert (see RZ_CHECKS_LEVEL). By default its value depends on buildtype (2 on debug, 1 on release).')
option('use_sys_capstone', type: 'feature', value: 'disabled')
option('use_capstone_version', type: 'combo', choices: ['v3', 'v4', 'v5', 'next'], value: 'next', description: 'Specify which version of capstone to use')
option('use_capstone_version', type: 'combo', choices: ['v3', 'v4', 'v5', 'next', 'auto-sync-arm'], value: 'auto-sync-arm', description: 'Specify which version of capstone to use')
option('use_sys_magic', type: 'feature', value: 'disabled')
option('use_sys_libzip', type: 'feature', value: 'disabled')
option('use_sys_libzip_openssl', type: 'boolean', value: false, description: 'Whether to use or not system openssl dependency to build libzip')
Expand Down
5 changes: 5 additions & 0 deletions subprojects/capstone-auto-sync-arm.wrap
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[wrap-git]
url = https://github.com/Rot127/capstone.git
revision = auto-sync
directory = capstone-auto-sync-arm
depth = 1

0 comments on commit b86eb6d

Please sign in to comment.