diff options
| author | Greg Clayton <gclayton@apple.com> | 2016-06-21 19:57:58 +0000 |
|---|---|---|
| committer | Greg Clayton <gclayton@apple.com> | 2016-06-21 19:57:58 +0000 |
| commit | 05b094e0ae33c543706f0b0c36c6df23a9628cec (patch) | |
| tree | f51a658553f45868eb70ecf69a7d822f1974d0c8 /lldb/tools/debugserver/debugserver.xcodeproj | |
| parent | f981bcb3a05af0c69ea1c17dea553937688674a8 (diff) | |
| download | bcm5719-llvm-05b094e0ae33c543706f0b0c36c6df23a9628cec.tar.gz bcm5719-llvm-05b094e0ae33c543706f0b0c36c6df23a9628cec.zip | |
Fix the "Release" build on MacOSX for debugserver. Extra bad include paths were making things not build due to header file issues with stdio.h.
llvm-svn: 273306
Diffstat (limited to 'lldb/tools/debugserver/debugserver.xcodeproj')
| -rw-r--r-- | lldb/tools/debugserver/debugserver.xcodeproj/project.pbxproj | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/tools/debugserver/debugserver.xcodeproj/project.pbxproj b/lldb/tools/debugserver/debugserver.xcodeproj/project.pbxproj index ade83a95462..295a2bf4fa1 100644 --- a/lldb/tools/debugserver/debugserver.xcodeproj/project.pbxproj +++ b/lldb/tools/debugserver/debugserver.xcodeproj/project.pbxproj @@ -920,7 +920,6 @@ GCC_C_LANGUAGE_STANDARD = c99; GCC_PREPROCESSOR_DEFINITIONS = LLDB_DEBUGSERVER_RELEASE; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; - HEADER_SEARCH_PATHS = /System/Library/Frameworks/System.framework/PrivateHeaders; INSTALL_PATH = /usr/bin; LLDB_COMPRESSION_CFLAGS = ""; "LLDB_COMPRESSION_CFLAGS[sdk=appletvos*]" = "-DHAVE_LIBCOMPRESSION=1"; |

