Skip to content

Commit

Permalink
aargh
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgodbolt committed Jan 15, 2024
1 parent 4d55ef7 commit e1dd226
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion vast/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ git clone -q --depth 1 --recursive --single-branch -b "${BRANCH}" "${URL}" "vast

cd "vast-${VERSION}"

env CC=/usr/bin/clang-17 CXX=/usr/bin/clang++-17 --preset ninja-multi-default \
export CC=/usr/bin/clang-17
export CXX=/usr/bin/clang++-17
cmake --preset ninja-multi-default \
--toolchain ./cmake/lld.toolchain.cmake \
--install-prefix "${STAGING_DIR}" \
-DLLVM_EXTERNAL_LIT=/usr/local/bin/lit \
Expand Down

0 comments on commit e1dd226

Please sign in to comment.