diff options
author | John Wiegley <johnw@newartisans.com> | 2009-11-19 21:53:23 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-11-19 22:24:27 -0500 |
commit | 73c3aa324b5d7ed850ded57a83a6a1e2aa33c185 (patch) | |
tree | a0b3cd3dfecd4d203cb77fcb994506fe250555b1 /acprep | |
parent | 4e30fcdf4094a0c450cbe1918c2e12dd19eb58f2 (diff) | |
download | fork-ledger-73c3aa324b5d7ed850ded57a83a6a1e2aa33c185.tar.gz fork-ledger-73c3aa324b5d7ed850ded57a83a6a1e2aa33c185.tar.bz2 fork-ledger-73c3aa324b5d7ed850ded57a83a6a1e2aa33c185.zip |
Python is enabled by default if building via acprep
Diffstat (limited to 'acprep')
-rwxr-xr-x | acprep | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -183,7 +183,7 @@ class PrepareBuild(CommandLineApp): self.current_flavor = 'debug' self.products_dir = None self.build_dir = self.source_dir - self.configure_args = ['--with-included-gettext'] + self.configure_args = ['--with-included-gettext', '--enable-python'] self.sys_include_dirs = [] self.sys_library_dirs = [] |