changeset 265:3d5048725760

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 05463d955bf9
children 35987061c93b
files swig/setup.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/swig/setup.py	Mon Jan 10 16:01:10 2011 +0000
+++ b/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"],
        )