Skip to content
Snippets Groups Projects
Commit 6ee40f0a authored by Filip Roséen's avatar Filip Roséen Committed by Thomas Guillem
Browse files

compile-libvlc.sh: fix NDK version check


The diagnostic certainly implies that the shell script shall abort if
the version of the NDK is less than 11, though the previous case-check
only matched versions matching "11*".

This commit changes the implementation so that we check whether "$REL"
is greater-than-or-equal compared to 11.

Signed-off-by: default avatarThomas Guillem <thomas@gllm.fr>
parent 4680726b
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment