mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-02-19 00:39:46 +00:00
- Added automatic WINDOWS define in Makefile
This commit is contained in:
@@ -11,6 +11,10 @@ ifdef DEBUG
|
||||
CFLAGS += -g3
|
||||
endif
|
||||
|
||||
ifdef WINDOWS
|
||||
LDFLAGS += -lws2_32
|
||||
endif
|
||||
|
||||
APPS = aes/aescrypt2 aes/crypt_and_hash \
|
||||
hash/hello hash/generic_sum \
|
||||
hash/md5sum hash/sha1sum \
|
||||
|
||||
Reference in New Issue
Block a user