Improve make pthread linking mechanism

Signed-off-by: Paul Elliott <paul.elliott@arm.com>
This commit is contained in:
Paul Elliott
2023-12-11 17:52:03 +00:00
parent 40f0ec246e
commit 79dc6dad81
3 changed files with 3 additions and 3 deletions

View File

@@ -139,7 +139,7 @@ APPS = \
x509/req_app \
# End of APPS
ifdef PTHREAD
ifeq ($(THREADING),pthread)
APPS += ssl/ssl_pthread_server
endif