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
parent
commit
5acb52f1c6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      net/https-dns-proxy/Makefile

+ 2
- 0
net/https-dns-proxy/Makefile View File

@ -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


Loading…
Cancel
Save