Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
matrix-org
Olm
Commits
671218dc
Commit
671218dc
authored
Nov 04, 2016
by
manuroe
Browse files
OLMKit: podspec: Some files are missing
parent
34998b52
Changes
1
Hide whitespace changes
Inline
Side-by-side
OLMKit.podspec
View file @
671218dc
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment