Add clang-pure env vars

This commit is contained in:
Dan Burton 2018-07-06 10:56:51 -07:00
parent 8aaafb4571
commit 56c62ccbf3
No known key found for this signature in database
GPG Key ID: 41F154F410EC12E0

View File

@ -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;