Skip to content

Commit 2b0a2d5

Browse files
committed
Merge pull request kivy#470 from ibobalo/patch-1
Update toolchain.py
2 parents d597dd4 + 4fcb04a commit 2b0a2d5

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
@@ -2169,7 +2169,7 @@ def biglink(ctx, arch):
21692169
info('There seem to be no libraries to biglink, skipping.')
21702170
return
21712171
info('Biglinking')
2172-
info('target', join(ctx.get_libs_dir(arch.arch), 'libpymodules.so'))
2172+
info('target {}'.format(join(ctx.get_libs_dir(arch.arch), 'libpymodules.so')))
21732173
biglink_function(
21742174
join(ctx.get_libs_dir(arch.arch), 'libpymodules.so'),
21752175
obj_dir.split(' '),

0 commit comments

Comments
 (0)