Skip to content

Commit 0634dc8

Browse files
committed
Fix build cc @hanickadot
1 parent 8ff609c commit 0634dc8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ hana-clang-trunk)
202202
BRANCH=compiler-explorer/hana-clang
203203
URL=https://github.com/hanickadot/llvm-project
204204
VERSION=hana-clang-$(date +%Y%m%d)
205-
LLVM_ENABLE_RUNTIMES+="compiler-rt;libcxx;libcxxabi;libunwind"
205+
LLVM_ENABLE_RUNTIMES+=";compiler-rt;libcxx;libcxxabi;libunwind"
206206
CMAKE_EXTRA_ARGS+=( "-DCLANG_DEFAULT_CXX_STDLIB=libc++" "-DLLVM_ENABLE_ASSERTIONS=ON" )
207207
;;
208208
implicit-constexpr-trunk)

0 commit comments

Comments
 (0)