Skip to content

Commit

Permalink
Try setting rizin_include_path properly
Browse files Browse the repository at this point in the history
  • Loading branch information
kazarmy committed Oct 28, 2023
1 parent 3a794f2 commit c0adeb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson_options.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
option('clang_path', type: 'string', value: '')
option('clang_args', type: 'string', value: '')
option('rizin_include_path', type: 'string', value: '')
option('rizin_include_path', type: 'string', value: 'C:/rizin/include/librz')
option('targets', type: 'array', choices: ['SWIG', 'sphinx'], value: ['SWIG'])

option('plugin', type: 'feature', value: 'disabled')
Expand Down

0 comments on commit c0adeb3

Please sign in to comment.