mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-08 17:42:09 +03:00
Fix issue in previous commit
Even with shared we need to build the static library since programs are using it.
This commit is contained in:
@@ -68,7 +68,7 @@ OBJS= aes.o aesni.o arc4.o \
|
||||
ifndef SHARED
|
||||
all: static
|
||||
else
|
||||
all: shared
|
||||
all: shared static
|
||||
endif
|
||||
|
||||
static: libpolarssl.a
|
||||
|
Reference in New Issue
Block a user