Skip to content

Commit aad5b49

Browse files
committed
Added arch save in dist_info.json
1 parent 42dcb39 commit aad5b49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pythonforandroid/toolchain.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1429,6 +1429,7 @@ def run_distribute(self):
14291429
with open('dist_info.json', 'w') as fileh:
14301430
json.dump({'dist_name': self.ctx.dist_name,
14311431
'bootstrap': self.ctx.bootstrap.name,
1432+
'archs': [arch.arch for arch in self.ctx.archs],
14321433
'recipes': self.ctx.recipe_build_order},
14331434
fileh)
14341435

0 commit comments

Comments
 (0)