mirror of
https://github.com/logos-messaging/nim-sds.git
synced 2026-07-03 06:19:26 +00:00
fix: pr comment
This commit is contained in:
parent
f0d649b4c0
commit
ebd5905cb0
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user