[vlc-commits] contrib: microdns: Don't build for iOS
Hugo Beauzée-Luyssen
git at videolan.org
Tue Mar 24 11:22:34 CET 2020
vlc/vlc-3.0 | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Fri Mar 20 12:31:02 2020 +0100| [1ab50adfe05b76ea7a5be250593d32005f57a5dc] | committer: Hugo Beauzée-Luyssen
contrib: microdns: Don't build for iOS
(cherry picked from commit 0e1f5ea1c343e5f97fa4c40cde5713300da33cb3)
Signed-off-by: Hugo Beauzée-Luyssen <hugo at beauzee.fr>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=1ab50adfe05b76ea7a5be250593d32005f57a5dc
---
contrib/src/microdns/rules.mak | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/src/microdns/rules.mak b/contrib/src/microdns/rules.mak
index e6a766d844..2870115543 100644
--- a/contrib/src/microdns/rules.mak
+++ b/contrib/src/microdns/rules.mak
@@ -3,7 +3,7 @@
LIBMICRODNS_VERSION := 0.0.10
LIBMICRODNS_URL := https://github.com/videolabs/libmicrodns/releases/download/$(LIBMICRODNS_VERSION)/microdns-$(LIBMICRODNS_VERSION).tar.gz
-ifndef HAVE_MACOSX
+ifndef HAVE_DARWIN_OS
ifdef BUILD_NETWORK
PKGS += microdns
endif
More information about the vlc-commits
mailing list