use absolute path

This commit is contained in:
Mackenzie Clark 2019-03-23 16:58:10 -07:00
parent 2d8ae0ce15
commit b7d27af5cb

View File

@ -12,7 +12,7 @@ run_install_sodium: &run_install_sodium
run_with_build_env_vars: &run_with_build_env_vars run_with_build_env_vars: &run_with_build_env_vars
environment: environment:
LLVM_SYS_70_PREFIX: "`pwd`/clang+llvm-7.0.0-x86_64-linux-gnu-ubuntu-16.04/" LLVM_SYS_70_PREFIX: /home/circleci/project/clang+llvm-7.0.0-x86_64-linux-gnu-ubuntu-16.04/
SODIUM_LIB_DIR: /usr/local/lib SODIUM_LIB_DIR: /usr/local/lib
SODIUM_STATIC: true SODIUM_STATIC: true