mirror of
https://github.com/Relintai/osxcross.git
synced 2025-02-08 02:55:56 +01:00
build_compiler_rt.sh: Install libraries and headers automatically if we have write permissions to the according directories
This commit is contained in:
parent
bce9988c71
commit
de6c72eff2
@ -193,6 +193,9 @@ function print_or_run() {
|
||||
fi
|
||||
}
|
||||
|
||||
mkdir -p ${CLANG_INCLUDE_DIR} && \
|
||||
touch ${CLANG_INCLUDE_DIR} 2>/dev/null && ENABLE_COMPILER_RT_INSTALL=1
|
||||
|
||||
echo ""
|
||||
echo ""
|
||||
echo ""
|
||||
|
Loading…
Reference in New Issue
Block a user