Skip to content

Commit f3d690a

Browse files
committed
fixed issue
1 parent af3f5fa commit f3d690a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/python_hackrf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def get_recipe_env(self, arch: Arch, **kwargs) -> dict[str, Any]:
2626
env['LDFLAGS'] = env['LDFLAGS'] + f' -L{self.ctx.get_libs_dir(arch.arch)} -lhackrf'
2727
env['CFLAGS'] = env['CFLAGS'] + f' -I{libhackrf_h_dir}'
2828

29-
env['PYTHON_BLADERF_LIBBLADERF_H_PATH'] = libhackrf_h_dir
29+
env['PYTHON_HACKRF_LIBHACKRF_H_PATH'] = libhackrf_h_dir
3030
env['LDSHARED'] = env['CC'] + ' -shared'
3131
env['LIBLINK'] = 'NOTNONE'
3232

0 commit comments

Comments
 (0)