summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2016-06-21 19:57:58 +0000
committerGreg Clayton <gclayton@apple.com>2016-06-21 19:57:58 +0000
commit05b094e0ae33c543706f0b0c36c6df23a9628cec (patch)
treef51a658553f45868eb70ecf69a7d822f1974d0c8
parentf981bcb3a05af0c69ea1c17dea553937688674a8 (diff)
downloadbcm5719-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
-rw-r--r--lldb/tools/debugserver/debugserver.xcodeproj/project.pbxproj1
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";
OpenPOWER on IntegriCloud