diff --git a/programming/build/llvm/actions.py b/programming/build/llvm/actions.py index a10e3ff4ed..ee2dc70a2e 100644 --- a/programming/build/llvm/actions.py +++ b/programming/build/llvm/actions.py @@ -78,6 +78,7 @@ def setup(): -DLLVM_INCLUDEDIR=/usr/include \ -DLLVM_ENABLE_ASSERTIONS=OFF \ -DFFI_INCLUDE_DIR=/usr/include \ + -DLLVM_ENABLE_LIBCXX=ON \ -DCOMPILER_RT_USE_LIBCXX=OFF" % (options, projects, libsuffix), sourceDir=".." ) def build():