Skip to content
Snippets Groups Projects
Commit 671218dc authored by manuroe's avatar manuroe
Browse files

OLMKit: podspec: Some files are missing

parent 34998b52
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ Pod::Spec.new do |s|
}
s.subspec 'olmc' do |olmc|
olmc.source_files = "src/*.{c}", "lib/ed25519/**/*.{h,c}", "lib/crypto-algorithms/sha256.c", "lib/crypto-algorithms/aes.c", "lib/curve25519-donna/curve25519-donna.c"
olmc.source_files = "src/*.{c}", "lib/ed25519/**/*.{h,c}", "lib/crypto-algorithms/sha256.{h,c}", "lib/crypto-algorithms/aes.{h,c}", "lib/curve25519-donna/curve25519-donna.c"
olmc.compiler_flags = ' -std=c99 -fPIC'
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment