Browse Source
Merge pull request #9701 from cotequeiroz/https-dns-proxy_clang
https-dns-proxy: avoid picking up host clang-tidy
lilik-openwrt-22.03
Rosen Penev
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
0 deletions
-
net/https-dns-proxy/Makefile
|
|
@ -16,6 +16,8 @@ PKG_LICENSE:=MIT |
|
|
|
include $(INCLUDE_DIR)/package.mk |
|
|
|
include $(INCLUDE_DIR)/cmake.mk |
|
|
|
|
|
|
|
CMAKE_OPTIONS += -DCLANG_TIDY_EXE= |
|
|
|
|
|
|
|
define Package/https_dns_proxy |
|
|
|
SECTION:=net |
|
|
|
CATEGORY:=Network |
|
|
|