Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
VideoLAN
VLC-WinRT
Commits
4aacc255
Commit
4aacc255
authored
Jun 19, 2020
by
Steve Lhomme
Browse files
libvlc: update build script as the FORCED_TOOLS semantic has changed
Using the same as in build.sh now.
parent
ae4b8810
Pipeline
#19142
passed with stage
in 11 minutes and 41 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
libvlc/compile.sh
View file @
4aacc255
...
...
@@ -119,12 +119,12 @@ cd extras/tools
export
PATH
=
"
$PWD
/build/bin"
:
"
$PATH
"
# Force patched meson as newer versions don't add -lpthread properly in libplacebo.pc
FORCED_TOOLS
=
"
.
meson"
FORCED_TOOLS
=
"meson"
if
[
"
${
HAS_CLANG
}
"
=
"1"
]
;
then
# We need a patched version of libtool & cmake, regardless of which
# version is installed on the system.
# cmake can go away when we switch to 3.13.0
FORCED_TOOLS
=
"
$FORCED_TOOLS
.cmake .
libtool"
FORCED_TOOLS
=
"
$FORCED_TOOLS
libtool"
fi
NEEDED
=
"
$FORCED_TOOLS
"
./bootstrap
&&
make
$MAKEFLAGS
cd
../../
...
...
Write
Preview
Supports
Markdown
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