diff options
Diffstat (limited to 'lldb/source/DataFormatters/Makefile')
-rw-r--r-- | lldb/source/DataFormatters/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/DataFormatters/Makefile b/lldb/source/DataFormatters/Makefile index a2e7a0d65c2..465f889f48e 100644 --- a/lldb/source/DataFormatters/Makefile +++ b/lldb/source/DataFormatters/Makefile @@ -8,7 +8,7 @@ ##===----------------------------------------------------------------------===## LLDB_LEVEL := ../.. -LIBRARYNAME := lldbCore +LIBRARYNAME := lldbDataFormatters BUILD_ARCHIVE = 1 # Enable RTTI on GCC builds because one source file in this directory |