- Do not build shared version by default
This commit is contained in:
parent
b8213a1298
commit
3783d6d812
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ OBJS= aes.o arc4.o base64.o \
|
||||||
|
|
||||||
.SILENT:
|
.SILENT:
|
||||||
|
|
||||||
all: static shared
|
all: static
|
||||||
|
|
||||||
static: libpolarssl.a
|
static: libpolarssl.a
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue