Mercurial > hg > aimc
view scripts/build_python_module.sh @ 628:f88fdf999edc
Remove dependency on google logging library in favor of simple asserts.
author | ronw@google.com |
---|---|
date | Thu, 23 May 2013 16:56:38 +0000 |
parents | 01eba86df030 |
children |
line wrap: on
line source
#!/bin/bash cd swig python setup.py "build_ext" python setup.py install cd ..