mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-29 22:20:30 +00:00
Don't use full path for setting CC
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
parent
bc8e61d962
commit
fc5b9553b2
@ -191,7 +191,7 @@ pre_initialize_variables () {
|
||||
fi
|
||||
# if CC is not set, use clang by default (if present) to improve build times
|
||||
if [ -z "${CC+set}" ] && (type clang > /dev/null 2>&1); then
|
||||
export CC=$(type -p clang)
|
||||
export CC="clang"
|
||||
fi
|
||||
|
||||
# Include more verbose output for failing tests run by CMake or make
|
||||
|
Loading…
x
Reference in New Issue
Block a user