mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00: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:
parent
c96ac022f3
commit
a418e6eeaa
@ -9,6 +9,8 @@ MONGOOSE_SITE = $(call github,cesanta,mongoose,$(MONGOOSE_VERSION))
|
|||||||
MONGOOSE_LICENSE = GPL-2.0
|
MONGOOSE_LICENSE = GPL-2.0
|
||||||
MONGOOSE_LICENSE_FILES = LICENSE
|
MONGOOSE_LICENSE_FILES = LICENSE
|
||||||
MONGOOSE_INSTALL_STAGING = YES
|
MONGOOSE_INSTALL_STAGING = YES
|
||||||
|
# static library
|
||||||
|
MONGOOSE_INSTALL_TARGET = NO
|
||||||
|
|
||||||
MONGOOSE_CFLAGS = $(TARGET_CFLAGS)
|
MONGOOSE_CFLAGS = $(TARGET_CFLAGS)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user