Assign radare2 binr target ##build (#18306)

This way, when radare2 is used as a subproject with cli=enabled, the
radare2 executable can be referenced

Co-authored-by: Keegan Saunders <meme@users.noreply.github.com>
This commit is contained in:
Keegan Saunders 2021-01-28 12:39:50 -05:00 committed by GitHub
parent 8be384cf6c
commit 590eaa6852
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
executable('radare2', 'radare2.c', radare2_exe = executable('radare2', 'radare2.c',
include_directories: [platform_inc], include_directories: [platform_inc],
dependencies: [ dependencies: [
r_util_dep, r_util_dep,