8000 fixes aars · jaserjasar/python-for-android@7a7cba9 · GitHub
[go: up one dir, main page]

Skip to content 8000

Commit 7a7cba9

Browse files
titoinclement
authored andcommitted
fixes aars
1 parent 6c3bafe commit 7a7cba9

File tree

1 file changed

+1
-1
lines changed
  • pythonforandroid/bootstraps/sdl2_gradle/build

1 file changed

+1
-1
lines changed

pythonforandroid/bootstraps/sdl2_gradle/build/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ def make_package(args):
278278
print('Requested aar does not exists: {}'.format(aarname))
279279
sys.exit(-1)
280280
shutil.copy(aarname, 'libs')
281-
aars.append(basename(aarname).splitext()[0])
281+
aars.append(basename(aarname).rsplit('.', 1)[0])
282282

283283
versioned_name = (args.name.replace(' ', '').replace('\'', '') +
284284
'-' + args.version)

0 commit comments

Comments
 (0)
0