diff --git a/build.sh b/build.sh index 9036272..bd927b5 100755 --- a/build.sh +++ b/build.sh @@ -34,10 +34,7 @@ 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 +git clone -b cmake_linux_check_exclude_mac --depth 1 https://github.com/lkeegan/oneDPL cd oneDPL mkdir build cd build