We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47fe505 commit 343d4f7Copy full SHA for 343d4f7
scripts/bootstrap-prefix.sh
@@ -215,7 +215,7 @@ configure_toolchain() {
215
compiler_stage1="sys-apps/darwin-miscutils"
216
compiler_type="clang"
217
local ccvers="$(unset CHOST; /usr/bin/gcc --version 2>/dev/null)"
218
- local llvm_deps="dev-util/ninja"
+ local llvm_deps="dev-build/ninja"
219
case "${ccvers}" in
220
*"Apple clang version "*|*"Apple LLVM version "*)
221
# this is Clang, recent enough to compile recent clang
0 commit comments