mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +00:00
package/bearssl: fix BR2_SHARED_STATIC_LIBS case
Reported-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
@@ -15,11 +15,11 @@ BEARSSL_MAKE_OPTS = \
|
||||
LDDLL=$(TARGET_CC)
|
||||
|
||||
ifeq ($(BR2_SHARED_LIBS)$(BR2_SHARED_STATIC_LIBS),y)
|
||||
BEARSSL_TARGETS = dll
|
||||
BEARSSL_TARGETS += dll
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_STATIC_LIBS)$(BR2_SHARED_STATIC_LIBS),y)
|
||||
BEARSSL_TARGETS = lib
|
||||
BEARSSL_TARGETS += lib
|
||||
endif
|
||||
|
||||
define BEARSSL_BUILD_CMDS
|
||||
|
||||
Reference in New Issue
Block a user