summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorNyx0uf <benjgodard@me.com>2014-02-24 11:50:21 +0100
committerNyx0uf <benjgodard@me.com>2014-02-24 11:50:21 +0100
commit8f4bc16cd785d60669eac5767350d43763f20dc9 (patch)
tree2e19f051b3121080e15c95d0d876251af1c65e5d /wscript
parent40486fd8bd5b0ca0e5fe67a21563bc07a0a1c838 (diff)
downloadmpv-8f4bc16cd785d60669eac5767350d43763f20dc9.tar.bz2
mpv-8f4bc16cd785d60669eac5767350d43763f20dc9.tar.xz
configure: fix typo
When using help, the output for --enable-shared was : `--enable-shared enable enable shared library [disable]`
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 2292a44747..57543d66bc 100644
--- a/wscript
+++ b/wscript
@@ -11,7 +11,7 @@ from waftools.checks.custom import *
build_options = [
{
'name': '--shared',
- 'desc': 'enable shared library',
+ 'desc': 'shared library',
'default': 'disable',
'func': check_true
}, {