mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-18 19:06:10 +00:00
Update meson.py for changes in r2
This commit is contained in:
parent
4969c0c587
commit
e2343dc3ad
2
meson.py
2
meson.py
@ -71,7 +71,7 @@ def win_dist(args):
|
||||
log.debug('Deploying Qt5')
|
||||
subprocess.call(['windeployqt', '--release', os.path.join(dist, 'Cutter.exe')])
|
||||
log.debug('Deploying libr2')
|
||||
r2_meson_mod.win_dist_libr2(DIST=dist)
|
||||
r2_meson_mod.win_dist_libr2(DIST=dist, BUILDDIR=os.path.join(build, 'subprojects', 'radare2'))
|
||||
|
||||
def build(args):
|
||||
cutter_builddir = os.path.join(ROOT, args.dir)
|
||||
|
Loading…
Reference in New Issue
Block a user