mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-09 09:15:35 +00:00
Merge remote-tracking branch 'upstream-public/pr/2225' into development-psa-proposed
This commit is contained in:
commit
bb225f7914
|
@ -16,6 +16,8 @@ LOCAL_LDFLAGS = -L../library \
|
|||
|
||||
ifdef USE_CRYPTO_SUBMODULE
|
||||
LOCAL_LDFLAGS += -L../crypto/library
|
||||
LOCAL_CFLAGS += -I../crypto/include
|
||||
LOCAL_CXXFLAGS += -I../crypto/include
|
||||
endif
|
||||
|
||||
ifndef SHARED
|
||||
|
|
|
@ -14,6 +14,7 @@ LOCAL_LDFLAGS = -L../library \
|
|||
|
||||
ifdef USE_CRYPTO_SUBMODULE
|
||||
LOCAL_LDFLAGS += -L../crypto/library
|
||||
LOCAL_CFLAGS += -I../crypto/include
|
||||
CRYPTO := ../crypto/library/
|
||||
else
|
||||
CRYPTO := ../library/
|
||||
|
|
Loading…
Reference in a new issue