mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
mongoose: don't install to target
Only a static library is built (and no _INSTALL_TARGET_CMDS are defined), so there is no need to run the target-install step. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
@@ -9,6 +9,8 @@ MONGOOSE_SITE = $(call github,cesanta,mongoose,$(MONGOOSE_VERSION))
|
||||
MONGOOSE_LICENSE = GPL-2.0
|
||||
MONGOOSE_LICENSE_FILES = LICENSE
|
||||
MONGOOSE_INSTALL_STAGING = YES
|
||||
# static library
|
||||
MONGOOSE_INSTALL_TARGET = NO
|
||||
|
||||
MONGOOSE_CFLAGS = $(TARGET_CFLAGS)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user