Xcode project: set architecture to i386
This is required for the included libs (pango, cairo, etc.). The libraries should be updated at some point, but until that happens this is what needs to be used.
This commit is contained in:
parent
aaf0922da1
commit
70498596d8
1 changed files with 2 additions and 0 deletions
|
@ -4856,6 +4856,7 @@
|
|||
B5BB6B4D0F890FBC00444FBF /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
ENABLE_OPENMP_SUPPORT = NO;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
|
@ -4905,6 +4906,7 @@
|
|||
C01FCF4B08A954540054247B /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
ENABLE_OPENMP_SUPPORT = NO;
|
||||
FRAMEWORK_SEARCH_PATHS = (
|
||||
|
|
Loading…
Add table
Reference in a new issue