Added the paths to bddisasm library : default install path (Linux) and local build path (Linux/Windows)

pull/16/head
Andrei KISARI 4 years ago
parent 175b059b27
commit c6a741b711

@ -59,6 +59,7 @@ jobs:
python3 -m pip install setuptools
- name: Build pybddisasm
run: |
sudo make install
cd pybddisasm
python3 setup.py build
cd ..

@ -59,6 +59,7 @@ setup(
define_macros = [('AMD64', None), ('Py_LIMITED_API', None)],
include_dirs = ['../inc'],
libraries = ['bddisasm'],
library_dirs = ['/usr/local/lib', '../bin/x64/Release'],
py_limited_api=True)],
distclass=BinaryDistribution
)

Loading…
Cancel
Save