mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-24 00:06:32 +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
|
|
@ -13,6 +13,10 @@ ifdef DEBUG
|
|||
CFLAGS += -g3
|
||||
endif
|
||||
|
||||
ifdef WINDOWS
|
||||
LDFLAGS += -lws2_32
|
||||
endif
|
||||
|
||||
APPS = test_suite_aes test_suite_arc4 \
|
||||
test_suite_base64 test_suite_camellia \
|
||||
test_suite_cipher.aes test_suite_cipher.camellia \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue