mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-07 06:42:56 +03:00
- Added automatic WINDOWS define in Makefile
This commit is contained in:
@@ -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 \
|
||||
|
Reference in New Issue
Block a user