aedi: enable local and static runtime options for radare2

This commit is contained in:
alexey.lysiuk 2024-04-02 10:19:17 +03:00
parent 27aa19fe87
commit dfb79cfe85

View file

@ -203,8 +203,10 @@ class Radare2Target(base.MesonTarget):
option['blob'] = 'true'
option['enable_tests'] = 'false'
option['enable_r2r'] = 'false'
option['local'] = 'true'
option['r2_gittip'] = 'ea7f0356519884715cf1d5fba16042bac72b2df5'
option['r2_version_commit'] = '1'
option['static_runtime'] = 'true'
super().configure(state)