mirror of
https://github.com/espressif/openthread.git
synced 2026-09-18 23:20:08 +00:00
[build] change underscore to dash in libmbedcrypto name (#5002)
This commit is contained in:
@@ -66,7 +66,7 @@ LDADD_MBEDTLS += \
|
||||
$(NULL)
|
||||
|
||||
LDADD_MBEDTLS_RADIO += \
|
||||
$(top_builddir)/third_party/mbedtls/libmbedcrypto_radio.a \
|
||||
$(top_builddir)/third_party/mbedtls/libmbedcrypto-radio.a \
|
||||
$(NULL)
|
||||
endif # OPENTHREAD_ENABLE_BUILTIN_MBEDTLS
|
||||
|
||||
|
||||
Vendored
+1
-1
@@ -23,7 +23,7 @@ EXTRA_DIST = \
|
||||
|
||||
lib_LIBRARIES = \
|
||||
libmbedcrypto.a \
|
||||
libmbedcrypto_radio.a \
|
||||
libmbedcrypto-radio.a \
|
||||
$(NULL)
|
||||
|
||||
# Do not enable -Wconversion for mbedtls
|
||||
|
||||
Reference in New Issue
Block a user