mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-04 22:19:05 +00:00
- Introduced windows DLL build and SYS_LDFLAGS
This commit is contained in:
parent
44b819a2d9
commit
a585beb87e
3 changed files with 12 additions and 5 deletions
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
CFLAGS += -I../include -D_FILE_OFFSET_BITS=64 -Wall -W -Wdeclaration-after-statement
|
||||
OFLAGS = -O
|
||||
LDFLAGS += -L../library -lpolarssl
|
||||
LDFLAGS += -L../library -lpolarssl $(SYS_LDFLAGS)
|
||||
|
||||
APPS = aes/aescrypt2 aes/crypt_and_hash \
|
||||
hash/hello hash/generic_sum \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue