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