mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-02 17:54:18 +00:00
- Proper building of shared lib when SHARED defined
This commit is contained in:
parent
644db3893a
commit
96c4ed8134
@ -53,7 +53,11 @@ OBJS= aes.o arc4.o asn1parse.o \
|
|||||||
|
|
||||||
.SILENT:
|
.SILENT:
|
||||||
|
|
||||||
|
ifndef SHARED
|
||||||
all: static
|
all: static
|
||||||
|
else
|
||||||
|
all: shared
|
||||||
|
endif
|
||||||
|
|
||||||
static: libpolarssl.a
|
static: libpolarssl.a
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user