mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 11:45:42 +01: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:
parent
edaa9a02c4
commit
04a81d5c65
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user