Fix building on case-sensitive file systems, grr :)

llvm-svn: 28801
This commit is contained in:
Chris Lattner 2006-06-15 17:31:22 +00:00
parent aba6398f8b
commit 3743bd84cd
1 changed files with 2 additions and 2 deletions

View File

@ -373,10 +373,10 @@ endif
# apps.
ifdef UNIVERSAL
CompileCommonOpts += \
-arch i386 -arch ppc -isysroot /Developer/SDKs/MACOSX10.4u.sdk/
-arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk/
Relink.Flags := -XCClinker -arch -XCClinker i386 -XCClinker -arch \
-XCClinker ppc -XCClinker \
-isysroot -XCClinker /Developer/SDKs/MACOSX10.4u.sdk/
-isysroot -XCClinker /Developer/SDKs/MacOSX10.4u.sdk/
DISABLE_AUTO_DEPENDENCIES=1
endif