fix: pr comment

This commit is contained in:
Andrey Bocharnikov 2026-06-30 15:08:02 +04:00
parent f0d649b4c0
commit ebd5905cb0
No known key found for this signature in database
GPG Key ID: 229C7A0040C3CA11

View File

@ -193,7 +193,7 @@ proc buildMobileIOS(srcDir = ".", sdkPath = "") =
writeFile(objListFile, objectFiles.join("\n"))
let mergedObj = outDir & "/libsds_merged.o"
exec "xcrun ld -r -arch " & clangArch & " -exported_symbol '_Sds*' -o " & mergedObj &
" @" & objListFile
" -filelist " & objListFile
exec "ar rcs " & aFile & " " & mergedObj
exec "rm -f " & mergedObj & " " & objListFile