Quellcode durchsuchen

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 vor 10 Jahren
Ursprung
Commit
91f8f8b097
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1
    0
      libs/protobuf/Makefile

+ 1
- 0
libs/protobuf/Makefile Datei anzeigen

@@ -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