Mercurial > hg > aimc
changeset 452:c0ed3889b51d
Added a line to fix an installation problem with an old swig version
author | hamel.phil |
---|---|
date | Thu, 13 Jan 2011 18:46:47 +0000 |
parents | 63aaa0a08e74 |
children | 649c3390301e |
files | trunk/swig/setup.py |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/trunk/swig/setup.py Mon Jan 10 16:01:10 2011 +0000 +++ b/trunk/swig/setup.py Thu Jan 13 18:46:47 2011 +0000 @@ -46,6 +46,7 @@ version = '0.1', author = "Thomas Walters <tom@acousticscale.org>", description = """SWIG wrapper round the core of aimc""", + options={'build_ext':{'swig_opts':'-c++ -I../src/'}}, #Some versions of SWIG require that we repeat the options here ext_modules = [aimc_module], py_modules = ["aimc"], )