mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-05 12:13:03 +00:00
- Proper building of shared lib when SHARED defined
This commit is contained in:
@@ -53,7 +53,11 @@ OBJS= aes.o arc4.o asn1parse.o \
|
||||
|
||||
.SILENT:
|
||||
|
||||
ifndef SHARED
|
||||
all: static
|
||||
else
|
||||
all: shared
|
||||
endif
|
||||
|
||||
static: libpolarssl.a
|
||||
|
||||
|
||||
Reference in New Issue
Block a user