Definition at line 161 of file setup.py.
◆ run()
def setup.custom_build.run |
( |
|
self | ) |
|
Definition at line 162 of file setup.py.
163 if 'LIBCAPSTONE_PATH' in os.environ:
164 log.info(
'Skipping building C extensions since LIBCAPSTONE_PATH is set')
166 log.info(
'Building C extensions')
168 return build.run(self)
static int run(int i, const char *arg)
References setup.build_libraries().
The documentation for this class was generated from the following file:
- subprojects/capstone-bundled/bindings/python/setup.py