Skip to content

Commit 7d2a759

Browse files
authored
Merge pull request #8 from endlessm/local-recipes-realpath-endless
Resolve absolute path to local recipes
2 parents 3dcd0d3 + 6ba9e30 commit 7d2a759

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/toolchain.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -717,7 +717,7 @@ def add_parser(subparsers, *args, **kwargs):
717717

718718
self._archs = args.arch
719719

720-
self.ctx.local_recipes = args.local_recipes
720+
self.ctx.local_recipes = realpath(args.local_recipes)
721721
self.ctx.copy_libs = args.copy_libs
722722

723723
self.ctx.activity_class_name = args.activity_class_name

0 commit comments

Comments
 (0)