forgot to edit this

This commit is contained in:
Phuntsok Drak-pa 2019-03-20 12:38:41 +01:00
parent 5f198555f0
commit e31b761bcc
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ use it, first install clang-7 and lldb 7, then run this:
conan profile new default --detect
conan profile update settings.compiler=clang default
conan profile update settings.compiler.version=7.0 default
conan profile update settings.compiler.libcxx=libstdc++11 default
conan profile update settings.compiler.libcxx=libstdc++ default
conan profile update env.CC=/bin/clang default
conan profile update env.CXX=/bin/clang++ default
#+end_src