wscript: fix typo in --enable-bundled-deps configure option
This commit is contained in:
parent
b56f6fa330
commit
a520d245a6
1 changed files with 1 additions and 1 deletions
2
wscript
2
wscript
|
@ -76,7 +76,7 @@ def options(opt):
|
|||
grp.add_option('-P', '--enable-packaging', action = 'store_true', dest = 'PACKAGING', default = False,
|
||||
help = 'respect prefix option, useful for packaging for various operating systems [default: %default]')
|
||||
|
||||
grp.add_option('--enabled-bundled-deps', action = 'store_true', dest = 'BUILD_BUNDLED_DEPS', default = False,
|
||||
grp.add_option('--enable-bundled-deps', action = 'store_true', dest = 'BUILD_BUNDLED_DEPS', default = False,
|
||||
help = 'prefer to build bundled dependencies (like opus) instead of relying on system provided')
|
||||
|
||||
grp.add_option('--enable-bsp2', action = 'store_true', dest = 'SUPPORT_BSP2_FORMAT', default = False,
|
||||
|
|
Loading…
Add table
Reference in a new issue