Skip to content

Commit 3ff1ec0

Browse files
authored
Merge pull request kivy#875 from loulouxiv/read_config
restore call to _read_configuration in Toolchain
2 parents 5638a53 + 46a8045 commit 3ff1ec0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pythonforandroid/toolchain.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,8 @@ def __init__(self):
315315
default=False,
316316
description='Copy libraries instead of using biglink (Android 4.3+)')
317317

318+
self._read_configuration()
319+
318320
subparsers = parser.add_subparsers(dest='subparser_name',
319321
help='The command to run')
320322

0 commit comments

Comments
 (0)