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:
parent
4f00f531ad
commit
02ac5e87e0
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue