aboutsummaryrefslogtreecommitdiffstats
path: root/regen-mncc-py.sh
blob: 4f9e3f3190104d828eddfc4ad8c567f15038d85d (plain)
1
2
3
4
5
6
7
#/bin/sh
echo This script requires that python-ctypeslib2 is installed on the system
echo See https://github.com/trolldbois/ctypeslib
echo

clang2py -k ems -o mncc.py mncc.h
sed -e 's/__ss_padding/ss_padding/' -i mncc.py