Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 375cb32

Browse files
committed
[[ Bug ]] Fix clobber check in add external from file
1 parent 2314274 commit 375cb32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ide-support/revsaveasandroidstandalone.livecodescript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -942,7 +942,7 @@ private command revSaveAsMobileStandaloneMain pStack, pApkFile, pTarget, pSettin
942942
repeat for each line tEntry in tExternals
943943
-- Only copy across an external from the Runtime folder if we haven't
944944
-- already copied from a lcext.
945-
if there is a file (tArchLibsBuildFolders[tArch] & slash & tArch & slash & "lib" & tEntry & ".so") then
945+
if there is a file (tArchLibsBuildFolders[tArch] & slash & "lib" & tEntry & ".so") then
946946
next repeat
947947
end if
948948
put url ("binfile:" & mapFilePath(revMobileRuntimeFolder(pTarget) & slash & tArch & slash & tEntry)) \

0 commit comments

Comments
 (0)