mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
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>
This commit is contained in:
@@ -43,6 +43,7 @@ define Host/Compile
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define Host/Install
|
define Host/Install
|
||||||
|
$(MAKE) -C $(HOST_BUILD_DIR) install
|
||||||
endef
|
endef
|
||||||
|
|
||||||
CONFIGURE_ARGS += --with-protoc=$(HOST_BUILD_DIR)/src/protoc
|
CONFIGURE_ARGS += --with-protoc=$(HOST_BUILD_DIR)/src/protoc
|
||||||
|
|||||||
Reference in New Issue
Block a user