From 56c62ccbf31229ee2b09d3a0b4cd2ad94e7406a8 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 6 Jul 2018 10:56:51 -0700 Subject: [PATCH] Add clang-pure env vars --- debian-bootstrap.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 0632dbaa..eb5f4848 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -276,3 +276,6 @@ pushd /tmp \ apt-add-repository multiverse \ && apt-get update \ && apt-get install -y nvidia-cuda-dev + +export CLANG_PURE_LLVM_LIB_DIR=/usr/lib/llvm-3.9/lib; +export CLANG_PURE_LLVM_INCLUDE_DIR=/usr/lib/llvm-3.9/include;