1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-04-23 03:33:48 +00:00

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:
Brian West 2006-03-11 21:53:03 +00:00
parent f79bc3fc23
commit 7cc9675f90
3 changed files with 4 additions and 0 deletions
mac/xcode
freeswitch.xcodeproj
libs
libfreeswitch.xcodeproj
resample.xcodeproj

@ -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;
};