Mercurial > hg > aimc
view scripts/build_python_module.sh @ 234:f070922969b5
- Added linked_ptr.h
author | tomwalters |
---|---|
date | Tue, 19 Oct 2010 07:28:52 +0000 |
parents | 01eba86df030 |
children |
line wrap: on
line source
#!/bin/bash cd swig python setup.py "build_ext" python setup.py install cd ..