Skip to content

Commit

Permalink
Update meson.py for changes in r2
Browse files Browse the repository at this point in the history
  • Loading branch information
thestr4ng3r committed Mar 9, 2018
1 parent 4969c0c commit e2343dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e2343dc

Please sign in to comment.