mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-10 15:26:28 +00: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