From e31b761bcc1e53c7a849fef870f9884b10f0a084 Mon Sep 17 00:00:00 2001 From: Phuntsok Drak-pa Date: Wed, 20 Mar 2019 12:38:41 +0100 Subject: [PATCH] forgot to edit this --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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