[vlc-commits] contrib: Fix additional quotes in meson crossfile for linux
Marvin Scholz
git at videolan.org
Tue Apr 21 16:15:25 CEST 2020
vlc/vlc-3.0 | branch: master | Marvin Scholz <epirat07 at gmail.com> | 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 <epirat07 at gmail.com>
> 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
More information about the vlc-commits
mailing list