Mercurial > hg > aimc
view scripts/build_python_module.sh @ 55:d8d7757b83a6
- Better python support for signals
author | tomwalters |
---|---|
date | Wed, 04 Aug 2010 07:20:26 +0000 |
parents | 01eba86df030 |
children |
line wrap: on
line source
#!/bin/bash cd swig python setup.py "build_ext" python setup.py install cd ..