Skip to content

Commit 7da7793

Browse files
committed
Added python recipes to dist info
1 parent 76ed15e commit 7da7793

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/bootstrap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def run_distribute(self):
111111
json.dump({'dist_name': self.ctx.dist_name,
112112
'bootstrap': self.ctx.bootstrap.name,
113113
'archs': [arch.arch for arch in self.ctx.archs],
114-
'recipes': self.ctx.recipe_build_order},
114+
'recipes': self.ctx.recipe_build_order + self.ctx.python_modules},
115115
fileh)
116116

117117
@classmethod

0 commit comments

Comments
 (0)