diff options
author | John Wiegley <johnw@newartisans.com> | 2008-08-07 03:22:53 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-08-07 03:22:53 -0400 |
commit | 8d89329b3fd0264d9e4e7dcaf86129cdb08d0d25 (patch) | |
tree | 49e06471f5b60afb82c6de0e752fa803427daeec /myacprep | |
parent | 71e0491aeca97787609caf841d2e387b359a1deb (diff) | |
download | fork-ledger-8d89329b3fd0264d9e4e7dcaf86129cdb08d0d25.tar.gz fork-ledger-8d89329b3fd0264d9e4e7dcaf86129cdb08d0d25.tar.bz2 fork-ledger-8d89329b3fd0264d9e4e7dcaf86129cdb08d0d25.zip |
Link against the dynamic Boost libraries, as this is required for properly
building the Python extension library.
Diffstat (limited to 'myacprep')
-rwxr-xr-x | myacprep | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,4 +2,4 @@ # This is how I run acprep on my OS X Leopard machine. -./acprep --local --devel --debug --boost sd --python +./acprep --local --devel --debug --boost d-1_35 --python |