diff options
author | manuroe <manu@matrix.org> | 2016-11-04 09:53:55 +0100 |
---|---|---|
committer | manuroe <manu@matrix.org> | 2016-11-04 09:53:55 +0100 |
commit | 671218dc07da836faf22af09e6da81e5a100e75d (patch) | |
tree | 71e02968b037ed4a66988be88325c661b3ebe2fe | |
parent | 34998b52c79661d79efe3a12100fad9ce2d5fae6 (diff) |
OLMKit: podspec: Some files are missing
-rw-r--r-- | OLMKit.podspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OLMKit.podspec b/OLMKit.podspec index c4ba16d..025e979 100644 --- a/OLMKit.podspec +++ b/OLMKit.podspec @@ -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 |