From 92779408d3c3db0eb0060586fab483e78f514ed4 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sun, 24 Nov 2013 22:10:04 +0100 Subject: build: also install mpv CLI binary when building OS X bundle --- wscript_build.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'wscript_build.py') diff --git a/wscript_build.py b/wscript_build.py index 92d7137669..2c8e5b14ac 100644 --- a/wscript_build.py +++ b/wscript_build.py @@ -419,6 +419,8 @@ def build(ctx): resources = [node.srcpath() for node in resources_nodes] cprog_kwargs['mac_resources'] = resources + ctx.install_files(ctx.env.BINDIR, 'mpv') + ctx( target = "mpv", source = ctx.filtered_sources(sources), -- cgit v1.2.3