瀏覽代碼

naiveproxy: fix build with openwrt-21.02

Signed-off-by: Tianling Shen <[email protected]>
Tianling Shen 2 年之前
父節點
當前提交
72661a22bb
共有 1 個文件被更改,包括 1 次插入1 次删除
  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