Browse Source

Merge pull request #560 from Frieds-Technology/master

protobuf: Fixed protobuf host installation
lilik-openwrt-22.03
Steven Barth 10 years ago
parent
commit
79592842d5
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libs/protobuf/Makefile

+ 1
- 0
libs/protobuf/Makefile View File

@ -43,6 +43,7 @@ define Host/Compile
endef
define Host/Install
$(MAKE) -C $(HOST_BUILD_DIR) install
endef
CONFIGURE_ARGS += --with-protoc=$(HOST_BUILD_DIR)/src/protoc


Loading…
Cancel
Save