Browse Source

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 years ago
parent
commit
91f8f8b097
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      libs/protobuf/Makefile

+ 1
- 0
libs/protobuf/Makefile View File

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