mirror of
https://github.com/rizinorg/cutter.git
synced 2025-01-18 18:38:51 +00:00
Update r2 submodule. (#2263)
This commit is contained in:
parent
8c52627312
commit
2a10a7733f
2
radare2
2
radare2
@ -1 +1 @@
|
||||
Subproject commit e968c9442af1091ab696f16c8575bc60be3e4586
|
||||
Subproject commit 4c9bf99134bccb8a1f23b2753efffad4bc090388
|
@ -54,8 +54,9 @@ if run_command(py3_exe, '-c', exists_cmd).returncode() == 0
|
||||
run_command(link_cmd, check: true)
|
||||
endif
|
||||
|
||||
r2 = subproject('radare2')
|
||||
libr2_dep = r2.get_variable('libr2_dep')
|
||||
libr2_dep = dependency('libr2',
|
||||
fallback : ['radare2', 'libr2_dep'],
|
||||
default_options : ['enable_tests=false'])
|
||||
|
||||
qt5dep = dependency('qt5', modules: qt_modules, main: true)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user