mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-08-03 17:57:48 +00:00
Use absolute out of source build path
This commit replaces the relative Mbed TLS out of source build path with a more generic named absolute out of source build path for both Mbed TLS and TF-PSA-Crypto. Signed-off-by: Harry Ramsey <[email protected]>
This commit is contained in:
+1
-1
@@ -220,7 +220,7 @@ pre_initialize_variables () {
|
||||
: ${OPENSSL_NEXT:="$OPENSSL"}
|
||||
: ${GNUTLS_CLI:="gnutls-cli"}
|
||||
: ${GNUTLS_SERV:="gnutls-serv"}
|
||||
: ${OUT_OF_SOURCE_DIR:=./mbedtls_out_of_source_build}
|
||||
: ${OUT_OF_SOURCE_DIR:=$PWD/out_of_source_build}
|
||||
: ${ARMC6_BIN_DIR:=/usr/bin}
|
||||
: ${ARM_NONE_EABI_GCC_PREFIX:=arm-none-eabi-}
|
||||
: ${ARM_LINUX_GNUEABI_GCC_PREFIX:=arm-linux-gnueabi-}
|
||||
|
||||
Reference in New Issue
Block a user