We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e366423 commit 36ed235Copy full SHA for 36ed235
pythonforandroid/toolchain.py
@@ -217,8 +217,7 @@ def __init__(self):
217
# This fix will be removed once a fixed buildozer is released
218
if (len(argv) > 2 and
219
argv[1].startswith('--color') and
220
- argv[2].startswith('--storage-dir') and
221
- argv[3] == 'apk'):
+ argv[2].startswith('--storage-dir')):
222
argv.append(argv.pop(1)) # the --color arg
223
argv.append(argv.pop(1)) # the --storage-dir arg
224
0 commit comments