Mercurial > hg > aimc
view scripts/build_python_module.sh @ 647:749b5aed61f6
More #include cleanups.
author | ronw@google.com |
---|---|
date | Tue, 11 Jun 2013 21:32:50 +0000 |
parents | 01eba86df030 |
children |
line wrap: on
line source
#!/bin/bash cd swig python setup.py "build_ext" python setup.py install cd ..