summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-12-19 20:02:55 +0000
committerCarl Hetherington <carl@carlh.net>2010-12-19 20:02:55 +0000
commite212c8de6645b6982cd83f229dea29b577e8c6d0 (patch)
treeaed8ab8def63252248b74eba83f7cd7ce9550202 /wscript
parent1c3d7637b5ca0a44f6d7f7686734c8d2449ab6db (diff)
Fix some spacey tabs.
git-svn-id: svn://localhost/ardour2/branches/3.0@8299 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'wscript')
-rw-r--r--wscript8
1 files changed, 4 insertions, 4 deletions
diff --git a/wscript b/wscript
index c648f63421..c02ef0f9c4 100644
--- a/wscript
+++ b/wscript
@@ -371,11 +371,11 @@ def set_options(opt):
opt.add_option('--wiimote', action='store_true', default=False, dest='wiimote',
help='Build the wiimote control surface')
opt.add_option('--windows-key', type='string', action='store', dest='windows_key', default='Mod4><Super',
- help='X Modifier(s) (Mod1,Mod2, etc) for the Windows key (X11 builds only). ' +
- 'Multiple modifiers must be separated by \'><\'')
- opt.add_option('--boost-include', type='string', action='store', dest='boost_include', default='',
+ help='X Modifier(s) (Mod1,Mod2, etc) for the Windows key (X11 builds only). ' +
+ 'Multiple modifiers must be separated by \'><\'')
+ opt.add_option('--boost-include', type='string', action='store', dest='boost_include', default='',
help='directory where Boost header files can be found')
- opt.add_option('--wine-include', type='string', action='store', dest='wine_include', default='/usr/include/wine/windows',
+ opt.add_option('--wine-include', type='string', action='store', dest='wine_include', default='/usr/include/wine/windows',
help='directory where Wine\'s Windows header files can be found')
for i in children:
opt.sub_options(i)