Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fengzch-das
multibuild
Commits
ba670659
Unverified
Commit
ba670659
authored
Nov 04, 2017
by
xoviat
Committed by
GitHub
Nov 04, 2017
Browse files
revert magic
parent
2f1c8cd6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
6 deletions
+2
-6
library_builders.sh
library_builders.sh
+2
-6
No files found.
library_builders.sh
View file @
ba670659
...
...
@@ -60,10 +60,6 @@ function build_simple {
local
url
=
$3
local
ext
=
${
4
:-
tar
.gz
}
local
configure_args
=
${
@
:5
}
if
[[
$ext
==
--
*
]]
;
then
configure_args
=
"
$ext
$configure_args
"
ext
=
"tar.gz"
fi
if
[
-e
"
${
name
}
-stamp"
]
;
then
return
fi
...
...
@@ -186,7 +182,7 @@ function build_libwebp {
build_tiff
build_giflib
build_simple libwebp
$LIBWEBP_VERSION
\
https://storage.googleapis.com/downloads.webmproject.org/releases/webp/
\
https://storage.googleapis.com/downloads.webmproject.org/releases/webp/
tar.gz
\
--enable-libwebpmux
--enable-libwebpdemux
}
...
...
@@ -204,7 +200,7 @@ function build_szip {
# Build szip without encoding (patent restrictions)
build_zlib
build_simple szip
$SZIP_VERSION
\
https://www.hdfgroup.org/ftp/lib-external/szip/
\
https://www.hdfgroup.org/ftp/lib-external/szip/
tar.gz
\
--enable-encoding
=
no
}
...
...
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