From 21375573a848f0dd15151cdd0e00e4a77ae5064a Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 25 Sep 2019 17:08:44 -0700 Subject: [PATCH] llvm 7 pls --- debian-bootstrap.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 311b7f46..29a4209d 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -257,8 +257,8 @@ apt-add-repository multiverse \ && apt-get update \ && apt-get install -y nvidia-cuda-dev -export CLANG_PURE_LLVM_LIB_DIR=/usr/lib/llvm-7.0/lib; -export CLANG_PURE_LLVM_INCLUDE_DIR=/usr/lib/llvm-7.0/include; +export CLANG_PURE_LLVM_LIB_DIR=/usr/lib/llvm-7/lib; +export CLANG_PURE_LLVM_INCLUDE_DIR=/usr/lib/llvm-7/include; # protoc, for proto-lens-combinators test suite # Instructions from: https://google.github.io/proto-lens/installing-protoc.html