mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-05-09 03:04:24 +02:00
Make: Link test suites with pthread if PTHREAD is set
This commit is contained in:
@@ -53,6 +53,11 @@ ifdef ZLIB
|
||||
LOCAL_LDFLAGS += -lz
|
||||
endif
|
||||
|
||||
# Pthread shared library extension
|
||||
ifdef PTHREAD
|
||||
LOCAL_LDFLAGS += -lpthread
|
||||
endif
|
||||
|
||||
# A test application is built for each suites/test_suite_*.data file.
|
||||
# Application name is same as .data file's base name and can be
|
||||
# constructed by stripping path 'suites/' and extension .data.
|
||||
|
||||
Reference in New Issue
Block a user