Update r2 submodule. (#2263)

This commit is contained in:
karliss 2020-07-04 18:54:23 +03:00 committed by GitHub
parent 8c52627312
commit 2a10a7733f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

@ -1 +1 @@
Subproject commit e968c9442af1091ab696f16c8575bc60be3e4586
Subproject commit 4c9bf99134bccb8a1f23b2753efffad4bc090388

View File

@ -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)