浏览代码

protobuf: Fixed protobuf host installation

Fixed the host install, because some packages need the host binary to build properly

Signed-off-by: Martijn Zilverschoon <martijn@friedzombie.com>
Martijn Zilverschoon 10 年前
父节点
当前提交
91f8f8b097
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      libs/protobuf/Makefile

+ 1
- 0
libs/protobuf/Makefile 查看文件

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