Explorar o código

naiveproxy: fix build with openwrt-21.02

Signed-off-by: Tianling Shen <[email protected]>
Tianling Shen %!s(int64=2) %!d(string=hai) anos
pai
achega
72661a22bb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      naiveproxy/Makefile

+ 1 - 1
naiveproxy/Makefile

@@ -112,7 +112,7 @@ define Build/Configure
 endef
 
 define Build/Compile
-	+$(NINJA) -C "$(PKG_BUILD_DIR)/src/out/Release" naive
+	ninja -C "$(PKG_BUILD_DIR)/src/out/Release" naive
 endef
 
 define Package/naiveproxy/install