vlc/vlc-3.0 | branch: master | Marvin Scholz <[email protected]> | Fri Jun 14 16:14:50 2019 +0200| [7e21ea50ec181647f7b2e0c5fa40cd5a31a5b086] | committer: Marvin Scholz
contrib: Fix additional quotes in meson crossfile for linux (cherry picked from commit 081511e00dbdcb9c560bcecc4d4609c151c15e24) Signed-off-by: Marvin Scholz <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=7e21ea50ec181647f7b2e0c5fa40cd5a31a5b086 --- contrib/src/main.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/src/main.mak b/contrib/src/main.mak index 717d4219fe..ca2407cc9c 100644 --- a/contrib/src/main.mak +++ b/contrib/src/main.mak @@ -542,7 +542,7 @@ ifdef HAVE_DARWIN_OS else ifdef HAVE_LINUX # android has also system = linux and defines HAVE_LINUX - MESON_SYSTEM_NAME = 'linux' + MESON_SYSTEM_NAME = linux endif endif endif _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
