Skip to content

Commit aed9b09

Browse files
committed
fixed build issue
1 parent f3d690a commit aed9b09

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

android/python_hackrf/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,9 @@ def get_recipe_env(self, arch: Arch, **kwargs) -> dict[str, Any]:
3232

3333
return env
3434

35+
def build_arch(self, arch: Arch) -> None:
36+
super().build_arch(arch)
37+
self.restore_hostpython_prerequisites(['cython'])
38+
3539

3640
recipe = PythonHackrfRecipe()

0 commit comments

Comments
 (0)