From 60e0833f1fe976b0bbb74aa60980bfb36d828dee Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 6 Jun 2014 19:43:53 +0200 Subject: build: prevent installation of client API example This was never intended to be installed; waf just picked it up automagically. There's also a closed ticket on github where someone complains that the program "simple" is installed, and I didn't realize at this point that it was actually installed by default when enabling the client API. --- wscript_build.py | 1 + 1 file changed, 1 insertion(+) diff --git a/wscript_build.py b/wscript_build.py index ca1be85631..c5063f38d3 100644 --- a/wscript_build.py +++ b/wscript_build.py @@ -486,6 +486,7 @@ def build(ctx): includes = [ctx.bldnode.abspath(), ctx.srcnode.abspath()], use = "mpv", features = "c cprogram", + install_path = None ) if ctx.env.DEST_OS == 'win32': -- cgit v1.2.3