Skip to content

Commit 7f95790

Browse files
committed
call zip w/ --no-extra
1 parent 9887d1e commit 7f95790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/recipes/python3/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ def create_python_bundle(self, dirn, arch):
395395
for filen in stdlib_filens:
396396
utime(filen, (timestamp, timestamp))
397397
info("Zip {} files into the bundle".format(len(stdlib_filens)))
398-
shprint(sh.zip, stdlib_zip, *stdlib_filens)
398+
shprint(sh.zip, '-X', stdlib_zip, *stdlib_filens)
399399

400400
# copy the site-packages into place
401401
ensure_dir(join(dirn, 'site-packages'))

0 commit comments

Comments
 (0)