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
3f2d2651
Commit
3f2d2651
authored
Oct 18, 2017
by
xoviat
Committed by
GitHub
Oct 18, 2017
Browse files
FIX: add correct arguments
parent
9ecd6039
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
library_builders.sh
library_builders.sh
+5
-4
No files found.
library_builders.sh
View file @
3f2d2651
...
...
@@ -49,8 +49,9 @@ if [ -n "$IS_OSX" ]; then
fi
function
build_simple
{
# Example: build_simple libpng $LIBPNG_VERSION
# http://download.sourceforge.net/libpng tar.gz --additional --configure --arguments
# Example: build_simple libpng $LIBPNG_VERSION \
# http://download.sourceforge.net/libpng tar.gz \
# --additional --configure --arguments
local
name
=
$1
local
version
=
$2
local
url
=
$3
...
...
@@ -176,7 +177,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
}
...
...
@@ -194,7 +195,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