Skip to content

Commit 600c837

Browse files
committed
Moved libs dir in bootstrap back to 'libs' instead of 'src/main/...'
1 parent 6b85a8d commit 600c837

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pythonforandroid/bootstraps/sdl2_gradle/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,7 @@ def run_distribute(self):
7474
shprint(
7575
sh.cp, '-a', python_install_dir, './python-install')
7676

77-
self.distribute_libs(arch, [self.ctx.get_libs_dir(arch.arch)],
78-
dest_dir=join("src", "main", "jniLibs"))
77+
self.distribute_libs(arch, [self.ctx.get_libs_dir(arch.arch)])
7978
self.distribute_javaclasses(self.ctx.javaclass_dir,
8079
dest_dir=join("src", "main", "java"))
8180

0 commit comments

Comments
 (0)