mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-24 08:16:33 +01:00
- Added automatic WINDOWS define in Makefile
This commit is contained in:
parent
4d2c1243b1
commit
cd5b529d6d
3 changed files with 11 additions and 1 deletions
|
|
@ -24,7 +24,9 @@ DLEXT=so
|
|||
# DLEXT=dylib
|
||||
|
||||
# Windows shared library extension:
|
||||
# DLEXT=dll
|
||||
ifdef WINDOWS
|
||||
DLEXT=dll
|
||||
endif
|
||||
|
||||
OBJS= aes.o arc4.o asn1parse.o \
|
||||
asn1write.o \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue