Explorar el Código

naiveproxy: fix build with openwrt-21.02

Signed-off-by: Tianling Shen <[email protected]>
Tianling Shen hace 2 años
padre
commit
72661a22bb
Se han modificado 1 ficheros con 1 adiciones y 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