Browse Source

naiveproxy: fix build with openwrt-21.02

Signed-off-by: Tianling Shen <[email protected]>
Tianling Shen 2 years ago
parent
commit
72661a22bb
1 changed files with 1 additions and 1 deletions
  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