Skip to content

Commit

Permalink
Add LLDB_LIBDIR_SUFFIX to Config.h to unbreak the Xcode project
Browse files Browse the repository at this point in the history
llvm-svn: 357115
  • Loading branch information
adrian-prantl committed Mar 27, 2019
1 parent f8b7269 commit 07b74c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lldb/include/lldb/Host/Config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 07b74c3

Please sign in to comment.