-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
psa-crypto-sys: dont configure mbedtls on external builds
When setting env vars to use a external mbedTLS library, for example provided by a system distro, like so: MBEDTLS_INCLUDE_DIR="/usr/include/" MBEDTLS_LIB_DIR="/usr/lib64" The build would configure the vendored mbedtls. Fix this by only configuring the vendored mbedtls when being used. This would allow clones without the submodule using a system supplied mbedtls to succeed. Signed-off-by: Bill Roberts <[email protected]>
- Loading branch information
Showing
1 changed file
with
62 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters