mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-24 08:16:33 +01:00
Small Makefile improvements
- fix old build commands still using OFLAGS - make everything work with --warn-undefined-variables, which can be useful for debugging typos
This commit is contained in:
parent
21dcc1e748
commit
8d4a613cc5
2 changed files with 9 additions and 3 deletions
|
|
@ -37,6 +37,9 @@ LOCAL_LDFLAGS += -lws2_32
|
|||
ifdef SHARED
|
||||
SHARED_SUFFIX=.$(DLEXT)
|
||||
endif
|
||||
else
|
||||
EXEXT=
|
||||
SHARED_SUFFIX=
|
||||
endif
|
||||
|
||||
# Zlib shared library extensions:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue