mirror of
https://github.com/libretro/RetroArch
synced 2025-03-17 10:21:26 +00:00
Merge pull request #11357 from Alcaro/patch-10
Fix system mbedtls build
This commit is contained in:
commit
73badd6a08
@ -720,7 +720,7 @@ else ifeq ($(HAVE_BUILTINMBEDTLS), 1)
|
||||
OBJ += $(OBJS_TLS_CRYPTO) $(OBJS_TLS_X509) $(OBJS_TLS)
|
||||
else ifeq ($(HAVE_SSL), 1)
|
||||
DEFINES += -DHAVE_SSL
|
||||
LIBS += $(MBEDTLS_LIBS) $(MBEDX509_LIBS) $(MBEDCRYPTO_LIBS)
|
||||
LIBS += $(SYSTEMMBEDTLS_LIBS)
|
||||
endif
|
||||
|
||||
# Miscellaneous
|
||||
|
Loading…
x
Reference in New Issue
Block a user