mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
package/hiredis: fix makefile code
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
6cff741eba
commit
adb6ffda78
@@ -19,7 +19,7 @@ ifeq ($(BR2_STATIC_LIBS),y)
|
|||||||
HIREDIS_TARGETS += static
|
HIREDIS_TARGETS += static
|
||||||
else ifeq ($(BR2_SHARED_LIBS),y)
|
else ifeq ($(BR2_SHARED_LIBS),y)
|
||||||
HIREDIS_TARGETS += dynamic
|
HIREDIS_TARGETS += dynamic
|
||||||
else ifeq $(BR2_SHARED_STATIC_LIBS),y)
|
else ifeq ($(BR2_SHARED_STATIC_LIBS),y)
|
||||||
HIREDIS_TARGETS += dynamic static
|
HIREDIS_TARGETS += dynamic static
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user