Skip to content

Commit

Permalink
Make muon setup
Browse files Browse the repository at this point in the history
  • Loading branch information
satk0 committed Jan 28, 2025
1 parent f602fd7 commit fa58b43
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion shlr/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ else
'fix-x86-16.patch',
]
elif capstone_version == 'v5'
cs = subproject('capstone-v5')
opts = 'plugins='+get_option('plugins')
cs = subproject('capstone-v5', default_options: [opts])
patches_files = [
'fix-x86-16.patch'
]
Expand Down
2 changes: 2 additions & 0 deletions subprojects/packagefiles/capstone-v5/meson_options.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
option('plugins', type: 'string', value: '', description: 'Comma separated list of plugin names')

0 comments on commit fa58b43

Please sign in to comment.