Skip to content

Commit 4fcb04a

Browse files
committed
Update toolchain.py
invalid logging fixed
1 parent d597dd4 commit 4fcb04a

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)