forked from OSchip/llvm-project
OK, we should only point to PROJECT_DIR/include for the header search paths since the includes specify lldb/API/etc. This is temporary until the final install location is decided upon for the headers.
llvm-svn: 105707
This commit is contained in:
parent
59817b1d56
commit
f2d015d110
|
@ -2925,7 +2925,7 @@
|
|||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_VERSION = 4.2;
|
||||
HEADER_SEARCH_PATHS = "${PROJECT_DIR}/include/lldb/API/**";
|
||||
HEADER_SEARCH_PATHS = "${PROJECT_DIR}/include";
|
||||
INFOPLIST_FILE = "lldb-Info.plist";
|
||||
INSTALL_PATH = /Developer/usr/bin;
|
||||
LIBRARY_SEARCH_PATHS = "$(inherited)";
|
||||
|
|
Loading…
Reference in New Issue