[vlc-devel] [PATCH 1/3] contrib: microdns: Don't build for iOS
Hugo Beauzée-Luyssen
hugo at beauzee.fr
Mon Mar 23 14:47:50 CET 2020
---
contrib/src/microdns/rules.mak | 2 ++
1 file changed, 2 insertions(+)
diff --git a/contrib/src/microdns/rules.mak b/contrib/src/microdns/rules.mak
index e6a766d844..97cefbd416 100644
--- a/contrib/src/microdns/rules.mak
+++ b/contrib/src/microdns/rules.mak
@@ -4,10 +4,12 @@ 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_IOS
ifdef BUILD_NETWORK
PKGS += microdns
endif
endif
+endif
ifeq ($(call need_pkg,"microdns >= 0.0.1"),)
PKGS_FOUND += microdns
endif
--
2.20.1
More information about the vlc-devel
mailing list