Skip to content

Commit 9129593

Browse files
author
Monte Goulding
authored
Merge pull request livecode#6348 from montegoulding/libprefix
[[ Bug ]] Add lib prefix to libraries if they don't have it
2 parents 690a446 + 4dca091 commit 9129593

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

ide-support/revsaveasandroidstandalone.livecodescript

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -800,6 +800,9 @@ private command revSaveAsMobileStandaloneMain pStack, pApkFile, pTarget, pSettin
800800
set the itemDelimiter to "."
801801
put item 1 to -2 of tSourceFile into tSourceName
802802

803+
if not(tSourceFile begins with "lib") then
804+
put "lib" before tSourceFile
805+
end if
803806
put url ("binfile:" & tLib) into url ("binfile:" & tArmLibsBuildFolder & slash & tSourceFile)
804807

805808
put return & tSourceName & ":./" & tSourceFile after pSettings["android,library"]

0 commit comments

Comments
 (0)