Skip to content

Commit

Permalink
try to stop dpl from finding g++
Browse files Browse the repository at this point in the history
  • Loading branch information
lkeegan committed Aug 15, 2023
1 parent fa95818 commit ca63e38
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ export CC=/usr/local/opt/llvm/bin/clang
export CXX=/usr/local/opt/llvm/bin/clang++

# add dpl

# hacky way to stop dpl from finding g++ and trying to set some libstdc++ thing
sudo rm $(which g++)

git clone --depth 1 https://github.com/oneapi-src/oneDPL
cd oneDPL
mkdir build
Expand Down

0 comments on commit ca63e38

Please sign in to comment.