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
6794676a
Commit
6794676a
authored
Mar 14, 2018
by
Hugo Beauzée-Luyssen
Browse files
compile.sh: Ensure tools are built
parent
6976636c
Changes
1
Hide whitespace changes
Inline
Side-by-side
libvlc/compile.sh
View file @
6794676a
...
...
@@ -88,6 +88,13 @@ then
MAKEFLAGS
=
-j
`
nproc
`
fi
# Build tools with the native compiler
echo
"Compiling missing tools..."
cd
extras/tools
./bootstrap
&&
make
$MAKEFLAGS
export
PATH
=
`
pwd
`
/build/bin:
$PATH
cd
../../
TARGET_TUPLE
=
${
1
}
-w64-mingw32
case
"
${
1
}
"
in
armv7
)
...
...
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