aboutsummaryrefslogtreecommitdiff
path: root/OLMKit.podspec
diff options
context:
space:
mode:
authormanuroe <manu@matrix.org>2016-11-04 11:07:36 +0100
committermanuroe <manu@matrix.org>2016-11-04 11:07:36 +0100
commit62f52806702b799b9e25e7cdf07be1c8a31325a2 (patch)
tree47994c05c593180ec082a49fd16dfa27a9dacafa /OLMKit.podspec
parent9ac937a200e22dc486ce80ed4df674a4d52bacd0 (diff)
OLMKit: podspec: Attempt to fix duplicate symbols because ed25519.c includes .c files
Diffstat (limited to 'OLMKit.podspec')
-rw-r--r--OLMKit.podspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/OLMKit.podspec b/OLMKit.podspec
index a1cc74c..3c56773 100644
--- a/OLMKit.podspec
+++ b/OLMKit.podspec
@@ -49,7 +49,7 @@ Pod::Spec.new do |s|
}
s.subspec 'olmc' do |olmc|
- olmc.source_files = "src/*.{c}", "lib/curve25519-donna.h", "lib/ed25519/**/*.{h,c}", "lib/crypto-algorithms/sha256.{h,c}", "lib/crypto-algorithms/aes.{h,c}", "lib/curve25519-donna/curve25519-donna.c"
+ olmc.source_files = "src/*.{c}", "lib/curve25519-donna.h", "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