mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-11 00:16:29 +00:00
- Introduced windows DLL build and SYS_LDFLAGS
This commit is contained in:
@@ -7,7 +7,7 @@ CFLAGS += -I../include -D_FILE_OFFSET_BITS=64 -Wall -W -Wdeclaration-after-state
|
||||
-Wno-unused-function -Wno-unused-value
|
||||
|
||||
OFLAGS = -O
|
||||
LDFLAGS += -L../library -lpolarssl
|
||||
LDFLAGS += -L../library -lpolarssl $(SYS_LDFLAGS)
|
||||
|
||||
APPS = test_suite_aes test_suite_arc4 \
|
||||
test_suite_base64 test_suite_camellia \
|
||||
|
||||
Reference in New Issue
Block a user