mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-21 11:31:07 +00:00
aedi: enable local and static runtime options for radare2
This commit is contained in:
parent
27aa19fe87
commit
dfb79cfe85
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue