From 07b74c32b2b9186ea1d645e7c629393426fbe742 Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Wed, 27 Mar 2019 19:22:55 +0000 Subject: [PATCH] Add LLDB_LIBDIR_SUFFIX to Config.h to unbreak the Xcode project llvm-svn: 357115 --- lldb/include/lldb/Host/Config.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lldb/include/lldb/Host/Config.h b/lldb/include/lldb/Host/Config.h index a16d739..ff94ffc 100644 --- a/lldb/include/lldb/Host/Config.h +++ b/lldb/include/lldb/Host/Config.h @@ -13,6 +13,8 @@ // This block of code only exists to keep the Xcode project working in the // absence of a configuration step. +#define LLDB_LIBDIR_SUFFIX "" + #define LLDB_CONFIG_TERMIOS_SUPPORTED 1 #define LLDB_EDITLINE_USE_WCHAR 1 -- 2.7.4