From Lucas Newman:

"Here's a tiny patch that lets the clang Xcode project build in any 
location, so llvm doesn't have to be checked out in your home folder."

llvm-svn: 45376
This commit is contained in:
Chris Lattner 2007-12-28 00:38:23 +00:00
parent 4f00f531ad
commit 02ac5e87e0
1 changed files with 3 additions and 3 deletions

View File

@ -919,12 +919,12 @@
GCC_THREADSAFE_STATICS = NO;
GCC_USE_GCC3_PFE_SUPPORT = NO;
HEADER_SEARCH_PATHS = (
"~/llvm/tools/clang/include",
"~/llvm/include",
"$(PROJECT_DIR)/include",
"$(PROJECT_DIR)/../../include",
"$(HEADER_SEARCH_PATHS)",
);
INSTALL_PATH = "$(HOME)/bin";
LIBRARY_SEARCH_PATHS = "~/llvm/Debug/lib";
LIBRARY_SEARCH_PATHS = "$(PROJECT_DIR)/../../Debug/lib";
OTHER_LDFLAGS = (
"-lLLVMSupport",
"-lLLVMSystem",