mirror of
https://github.com/openwrt/packages.git
synced 2026-01-10 11:44:48 +00: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
|
||||
|
||||
define Host/Install
|
||||
$(MAKE) -C $(HOST_BUILD_DIR) install
|
||||
endef
|
||||
|
||||
CONFIGURE_ARGS += --with-protoc=$(HOST_BUILD_DIR)/src/protoc
|
||||
|
||||
Reference in New Issue
Block a user