Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in / Register
Toggle navigation
J
jami-client-ios
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
27
Issues
27
List
Boards
Labels
Milestones
Security & Compliance
Security & Compliance
Dependency List
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
savoirfairelinux
jami-client-ios
Commits
a68931d4
Commit
a68931d4
authored
Jul 05, 2016
by
Edric Milaret
Committed by
gerrit2
Jul 07, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix build script
Change-Id: Iab48c40d98c9c97c6a5bf67bb7c818b50d700b62 Tuleap: #313
parent
a2a4985f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
5 deletions
+15
-5
compile-ios.sh
compile-ios.sh
+15
-5
No files found.
compile-ios.sh
View file @
a68931d4
...
...
@@ -63,11 +63,21 @@ CC="xcrun -sdk $SDK clang"
CXX
=
"xcrun -sdk
$SDK
clang++"
IOS_TOP_DIR
=
"
$(
pwd
)
"
DAEMON_DIR
=
"
$(
pwd
)
/../daemon"
cd
$DAEMON_DIR
# TEMPORARY (until everything is merged)
git fetch https://gerrit-ring.savoirfairelinux.com/ring-daemon refs/changes/38/4438/5
&&
git checkout FETCH_HEAD
if
[
-z
"
$DAEMON_DIR
"
]
;
then
DAEMON_DIR
=
"
$(
pwd
)
/../daemon"
echo
"DAEMON_DIR not provided trying to find it in
$DAEMON_DIR
"
fi
if
[
!
-d
"
$DAEMON_DIR
"
]
;
then
echo
'Daemon not found.'
echo
'If you cloned the daemon in a custom location override'
\
'DAEMON_DIR to point to it'
echo
"You can also use our meta repo which contains both:
https://gerrit-ring.savoirfairelinux.com/#/admin/projects/ring-project"
exit
1
fi
cd
$DAEMON_DIR
for
ARCH
in
"
${
ARCHS
[@]
}
"
do
...
...
@@ -76,7 +86,7 @@ do
if
test
-z
"
$HOST
"
then
if
$ARCH
eq
"arm64"
if
[
"
$ARCH
"
=
"arm64"
]
then
HOST
=
aarch64-apple-darwin_ios
else
...
...
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