mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-30 08:56:50 -04: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
|
fi
|
||||||
# if CC is not set, use clang by default (if present) to improve build times
|
# 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
|
if [ -z "${CC+set}" ] && (type clang > /dev/null 2>&1); then
|
||||||
export CC=$(type -p clang)
|
export CC="clang"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Include more verbose output for failing tests run by CMake or make
|
# Include more verbose output for failing tests run by CMake or make
|
||||||
|
Loading…
x
Reference in New Issue
Block a user