Skip to content

Commit 0b89f79

Browse files
committed
fixed linux install issue
1 parent 9f71f13 commit 0b89f79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ def run(self) -> None: # type: ignore
102102
Extension( # type: ignore
103103
name='python_hackrf.pylibhackrf.pyhackrf',
104104
sources=['python_hackrf/pylibhackrf/pyhackrf.pyx'],
105+
libraries=['hackrf'],
105106
include_dirs=['python_hackrf/pylibhackrf', *libhackrf_h_paths, numpy.get_include()],
106107
extra_compile_args=['-w'],
107108
language='c++',

0 commit comments

Comments
 (0)