diff --git a/README.org b/README.org index 8830cbe..5991150 100644 --- a/README.org +++ b/README.org @@ -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