Skip to content

Commit

Permalink
libc: typo
Browse files Browse the repository at this point in the history
Fixes: #342
  • Loading branch information
nickdesaulniers committed Dec 12, 2024
1 parent c9fcbe4 commit 835f987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zorg/buildbot/builders/annotated/libc-linux.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def main(argv):
runtimes = ['libc']
if fullbuild and not args.asan and not lint_build and not riscv_build:
runtimes.append('compiler-rt')
cmakes_args.append(f"-DLLVM_ENABLE_PROJECTS={';'.join(runtimes)}")
cmake_args.append(f"-DLLVM_ENABLE_PROJECTS={';'.join(runtimes)}")

if fullbuild and not args.asan and not lint_build and not riscv_build:
cmake_args.append('-DLLVM_LIBC_INCLUDE_SCUDO=ON')
Expand Down

0 comments on commit 835f987

Please sign in to comment.