mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-19 21:08:07 +00:00
use pkg-config for build of tests
This commit is contained in:
parent
aaf45d704e
commit
cfde8ec233
4
Makefile
4
Makefile
@ -46,8 +46,8 @@ SRCS += blake2b.c blake2s.c
|
||||
|
||||
OBJS = $(SRCS:.c=.o)
|
||||
|
||||
TESTLIBS = -lcheck -lrt -lpthread -lm -lsubunit
|
||||
TESTSSLLIBS = -lcrypto
|
||||
TESTLIBS = $(shell pkg-config --libs check) -lrt -lpthread -lm
|
||||
TESTSSLLIBS = -lcrypto
|
||||
|
||||
all: tests test-openssl libtrezor-crypto.so test_speed tools
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user