ソースを参照

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