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
440aaade
Unverified
Commit
440aaade
authored
Feb 09, 2023
by
Matti Picus
Committed by
GitHub
Feb 09, 2023
Browse files
Merge pull request #502 from radarhere/turbo
Use $BUILD_PREFIX in build_libjpeg_turbo
parents
4f9d5a3c
747d030b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
library_builders.sh
library_builders.sh
+1
-1
No files found.
library_builders.sh
View file @
440aaade
...
...
@@ -167,7 +167,7 @@ function build_libjpeg_turbo {
local
cmake
=
$(
get_modern_cmake
)
fetch_unpack https://download.sourceforge.net/libjpeg-turbo/libjpeg-turbo-
${
JPEGTURBO_VERSION
}
.tar.gz
(
cd
libjpeg-turbo-
${
JPEGTURBO_VERSION
}
\
&&
$cmake
-G
"Unix Makefiles"
-DCMAKE_INSTALL_PREFIX
=
/usr/local
-DCMAKE_INSTALL_LIBDIR
=
/usr/local
/lib
.
\
&&
$cmake
-G
"Unix Makefiles"
-DCMAKE_INSTALL_PREFIX
=
$BUILD_PREFIX
-DCMAKE_INSTALL_LIBDIR
=
$BUILD_PREFIX
/lib
.
\
&&
make
install
)
# Prevent build_jpeg
...
...
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