mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-05 06:26:52 +00:00
Improve make pthread linking mechanism
Signed-off-by: Paul Elliott <paul.elliott@arm.com>
This commit is contained in:
parent
40f0ec246e
commit
79dc6dad81
3 changed files with 3 additions and 3 deletions
|
|
@ -139,7 +139,7 @@ APPS = \
|
|||
x509/req_app \
|
||||
# End of APPS
|
||||
|
||||
ifdef PTHREAD
|
||||
ifeq ($(THREADING),pthread)
|
||||
APPS += ssl/ssl_pthread_server
|
||||
endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue