1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

update name check for Apple style builds to be more permissive

llvm-svn: 85605
This commit is contained in:
Jim Grosbach 2009-10-30 19:51:32 +00:00
parent 68c94340cb
commit 85fb2965a5

View File

@ -24,7 +24,9 @@ LEVEL := .
# "llvmCore", then this is an "Apple-style" build; search for
# "Apple-style" in the comments for more info. Anything else is a
# normal build.
ifneq ($(RC_ProjectName),llvmCore) # Normal build (not "Apple-style").
#ifneq ($(RC_ProjectName),llvmCore) # Normal build (not "Apple-style").
ifneq ($(findstring llvmCore, $(RC_ProjectName)),llvmCore) # Normal build (not "Apple-style").
ifeq ($(BUILD_DIRS_ONLY),1)
DIRS := lib/System lib/Support utils
OPTIONAL_DIRS :=