Merge pull request #9701 from cotequeiroz/https-dns-proxy_clang

https-dns-proxy: avoid picking up host clang-tidy
This commit is contained in:
Rosen Penev 2019-08-14 09:54:43 -07:00 committed by GitHub
commit 5acb52f1c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,6 +16,8 @@ PKG_LICENSE:=MIT
include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/cmake.mk include $(INCLUDE_DIR)/cmake.mk
CMAKE_OPTIONS += -DCLANG_TIDY_EXE=
define Package/https_dns_proxy define Package/https_dns_proxy
SECTION:=net SECTION:=net
CATEGORY:=Network CATEGORY:=Network