diff options
author | John Wiegley <johnw@newartisans.com> | 2009-11-07 06:38:57 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-11-07 06:38:57 -0500 |
commit | 0cf9fbfbf8d7eb1c30369938c2239e31d44c9a4e (patch) | |
tree | 13b502d7bc82efc112373180dc7c68e1192dfb79 | |
parent | 832e53f30067c6638e37cc5a9405e3c9ed8e98fe (diff) | |
download | fork-ledger-0cf9fbfbf8d7eb1c30369938c2239e31d44c9a4e.tar.gz fork-ledger-0cf9fbfbf8d7eb1c30369938c2239e31d44c9a4e.tar.bz2 fork-ledger-0cf9fbfbf8d7eb1c30369938c2239e31d44c9a4e.zip |
acprep's --boost option now takes an argument
-rwxr-xr-x | acprep | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |