mirror of
https://github.com/capstone-engine/capstone.git
synced 2025-03-04 04:17:46 +00:00
python: another fix for cython
This commit is contained in:
parent
4c259d4836
commit
821247001b
@ -7,6 +7,7 @@ install:
|
||||
python setup.py install
|
||||
|
||||
install_cython:
|
||||
# Newer cython is needed: sudo pip install --upgrade cython
|
||||
python setup_cython.py install
|
||||
|
||||
clean:
|
||||
|
@ -20,6 +20,7 @@ ext_modules = [ Extension("capstone.capstone", ["capstone/capstone.py"]),
|
||||
setup(
|
||||
provides = ['capstone'],
|
||||
name = 'capstone',
|
||||
package_data = {'capstone': ['__init__.py']},
|
||||
version = VERSION,
|
||||
cmdclass = {'build_ext': build_ext},
|
||||
ext_modules = ext_modules,
|
||||
|
Loading…
x
Reference in New Issue
Block a user