From 40855d6c12e736dc2bd4291d7edd58fee0a1400d Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 11 Mar 2014 23:56:19 +0100 Subject: build: rename --enable-shared switch Rename it to --enable-libmpv-shared. The option name didn't really tell much. When we add the possibility to create a static library, it would also be bad if that were named --enable-static (because it would sound like it does what --static-build does). --- wscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index fca0c4903b..85c0083989 100644 --- a/wscript +++ b/wscript @@ -10,14 +10,14 @@ from waftools.checks.custom import * build_options = [ { - 'name': '--shared', + 'name': '--libmpv-shared', 'desc': 'shared library', 'default': 'disable', 'func': check_true }, { 'name': '--client-api-examples', 'desc': 'build client API examples', - 'deps': ['shared'], + 'deps': ['libmpv-shared'], 'func': check_true }, { 'name': '--static-build', -- cgit v1.2.3