summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-11-07 06:38:57 -0500
committerJohn Wiegley <johnw@newartisans.com>2009-11-07 06:38:57 -0500
commit0cf9fbfbf8d7eb1c30369938c2239e31d44c9a4e (patch)
tree13b502d7bc82efc112373180dc7c68e1192dfb79
parent832e53f30067c6638e37cc5a9405e3c9ed8e98fe (diff)
downloadfork-ledger-0cf9fbfbf8d7eb1c30369938c2239e31d44c9a4e.tar.gz
fork-ledger-0cf9fbfbf8d7eb1c30369938c2239e31d44c9a4e.tar.bz2
fork-ledger-0cf9fbfbf8d7eb1c30369938c2239e31d44c9a4e.zip
acprep's --boost option now takes an argument
-rwxr-xr-xacprep2
1 files changed, 1 insertions, 1 deletions
diff --git a/acprep b/acprep
index b2c39b7c..80de4c73 100755
--- a/acprep
+++ b/acprep
@@ -234,7 +234,7 @@ class PrepareBuild(CommandLineApp):
type='int', action='store', dest='jobs',
default=1, help='Allow N make jobs at once')
op.add_option('', '--boost', metavar='SUFFIX',
- action="callback",
+ action="callback", type="string",
callback=self.option_boost,
help='Set Boost library suffix (ex: "--boost=-mt")')
op.add_option('', '--force', action="callback",