소스 검색

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