Skip to content

Commit 270d824

Browse files
committed
fixed issue for android setup
1 parent 8a898ef commit 270d824

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
else:
4343
libraries = ['usb1.0', 'hackrf']
44-
LIBHACKRF_FILES = ['python_hackrf/pylibhackrf/pyhackrf_android.pyx', 'python_hackrf/pylibhackrf/chackrf_android.pxd', 'hackrf.c']
44+
LIBHACKRF_FILES = ['python_hackrf/pylibhackrf/pyhackrf_android.pyx', 'python_hackrf/pylibhackrf/chackrf_android.pxd', 'python_hackrf/pylibhackrf/hackrf.c']
4545

4646
setup(
4747
name='python_hackrf',

0 commit comments

Comments
 (0)