Fix a few erros. Add an array type

This commit is contained in:
Travis E. Oliphant 2013-05-14 00:51:45 -05:00
commit 7a77be01cc
6 changed files with 167 additions and 1 deletions

View file

@ -180,6 +180,7 @@ setup(
packages = ['llvm', 'llvm.workaround',
'llvm_cbuilder',
'llpython',
'llvm_array',
'llvmpy.api', 'llvmpy.api.llvm'],
py_modules = ['llvmpy',
'llvmpy._capsule',