mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
Fix building on case-sensitive file systems, grr :)
llvm-svn: 28801
This commit is contained in:
parent
b28a9eedd3
commit
7800330454
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user