Ok now we are fully universal in the core. This should build and run on ppc and i386.
/b git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@840 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
f79bc3fc23
commit
7cc9675f90
|
@ -144,6 +144,8 @@
|
|||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
COPY_PHASE_STRIP = NO;
|
||||
NATIVE_ARCH = "ppc i386";
|
||||
SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
|
||||
};
|
||||
name = freeswitch;
|
||||
};
|
||||
|
|
|
@ -353,6 +353,7 @@
|
|||
COPY_PHASE_STRIP = NO;
|
||||
DSTROOT = /;
|
||||
INSTALL_PATH = /Library/Frameworks;
|
||||
NATIVE_ARCH = "ppc i386";
|
||||
SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
|
||||
};
|
||||
name = libfreeswitch;
|
||||
|
|
|
@ -197,6 +197,7 @@
|
|||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
COPY_PHASE_STRIP = NO;
|
||||
NATIVE_ARCH = "ppc i386";
|
||||
};
|
||||
name = resample;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue