File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1515
1616if [[ " ${CW_CONFIG:- } " != * ' gcc' * ]]; then
1717 [ -n " ${CW_CCSUFFIX:- } " ] || export CW_CCSUFFIX=' -19'
18- extra+=" llvm${CW_CCSUFFIX} clang${CW_CCSUFFIX} lld${CW_CCSUFFIX} "
18+ extra+=" llvm${CW_CCSUFFIX} clang${CW_CCSUFFIX} lld${CW_CCSUFFIX} libclang-rt ${CW_CCSUFFIX} -dev "
1919fi
2020
2121[[ " ${CW_CONFIG:- } " = * ' boringssl' * ]] && extra+=' golang'
@@ -49,7 +49,7 @@ elif [[ "${CW_CONFIG:-}" = *'linux'* ]]; then
4949 [[ " ${CW_CONFIG:- } " = * ' r64' * ]] && extra+=" gcc${CW_GCCSUFFIX} -riscv64-linux-gnu g++${CW_GCCSUFFIX} -riscv64-linux-gnu"
5050 else
5151 # These packages do not install due to dependency requirements.
52- # We download unpack them manually as a workaround.
52+ # We download and unpack them manually as a workaround.
5353 if [ " ${CW_CCSUFFIX} " = ' -15' ]; then
5454 # ./my-pkg/usr/lib/clang/15/lib
5555 # ./my-pkg/usr/lib/llvm-15/lib/clang/15.0.6/lib/linux/libclang_rt.builtins-aarch64.a
You can’t perform that action at this time.
0 commit comments