We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ab4bda commit 4bbbb1cCopy full SHA for 4bbbb1c
1 file changed
pythonforandroid/bootstraps/common/build/build.py
@@ -201,6 +201,7 @@ def clean(tinfo):
201
dirs.append(d)
202
tinfo = tarfile.TarInfo(d)
203
tinfo.type = tarfile.DIRTYPE
204
+ clean(tinfo)
205
tf.addfile(tinfo)
206
207
# put the file
0 commit comments