Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
onlyoffice_core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boris Kocherov
onlyoffice_core
Commits
09941c67
Commit
09941c67
authored
Oct 26, 2017
by
ElenaSubbotina
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
c2605bb5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Common/3dParty/icu/fetch.sh
Common/3dParty/icu/fetch.sh
+3
-3
No files found.
Common/3dParty/icu/fetch.sh
View file @
09941c67
...
...
@@ -38,11 +38,11 @@ fi
if
[[
"
$platform
"
==
*
"linux"
*
]]
then
if
[
-f
"./icu.zip"
]
if
[
[
-f
"./icu.zip"
]
]
then
echo
"icu already downloaded"
else
if
[
"
$arch
"
==
*
"_64"
*
]
if
[
[
"
$arch
"
==
*
"_64"
*
]
]
then
wget
-O
icu.zip http://download.icu-project.org/files/icu4c/55.1/icu4c-55_1-RHEL6-x64.tgz
else
...
...
@@ -59,7 +59,7 @@ cp "./usr/local/lib/libicudata.so.55.1" "build/libicudata.so.55"
cp
"./usr/local/lib/libicuuc.so.55.1"
"build/libicuuc.so.55"
fi
if
[
"
$platform
"
==
*
"mac"
*
]
if
[
[
"
$platform
"
==
*
"mac"
*
]
]
then
if
[
-d
"./icu"
]
then
...
...
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