Add LLDB_LIBDIR_SUFFIX to Config.h to unbreak the Xcode project
authorAdrian Prantl <aprantl@apple.com>
Wed, 27 Mar 2019 19:22:55 +0000 (19:22 +0000)
committerAdrian Prantl <aprantl@apple.com>
Wed, 27 Mar 2019 19:22:55 +0000 (19:22 +0000)
llvm-svn: 357115

lldb/include/lldb/Host/Config.h

index a16d739..ff94ffc 100644 (file)
@@ -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