mirror of
https://github.com/bitdefender/bddisasm.git
synced 2025-03-24 00:05:42 +00:00
Added the paths to bddisasm library : default install path (Linux) and local build path (Linux/Windows)
This commit is contained in:
parent
175b059b27
commit
c6a741b711
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -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…
Reference in New Issue
Block a user