mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-26 02:15:40 +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
|
ifndef SHARED
|
||||||
all: static
|
all: static
|
||||||
else
|
else
|
||||||
all: shared
|
all: shared static
|
||||||
endif
|
endif
|
||||||
|
|
||||||
static: libpolarssl.a
|
static: libpolarssl.a
|
||||||
|
Loading…
Reference in New Issue
Block a user