提交 7cc9675f authored 作者: Brian West's avatar Brian West

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
上级 f79bc3fc
...@@ -144,6 +144,8 @@ ...@@ -144,6 +144,8 @@
isa = XCBuildConfiguration; isa = XCBuildConfiguration;
buildSettings = { buildSettings = {
COPY_PHASE_STRIP = NO; COPY_PHASE_STRIP = NO;
NATIVE_ARCH = "ppc i386";
SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
}; };
name = freeswitch; name = freeswitch;
}; };
......
...@@ -353,6 +353,7 @@ ...@@ -353,6 +353,7 @@
COPY_PHASE_STRIP = NO; COPY_PHASE_STRIP = NO;
DSTROOT = /; DSTROOT = /;
INSTALL_PATH = /Library/Frameworks; INSTALL_PATH = /Library/Frameworks;
NATIVE_ARCH = "ppc i386";
SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
}; };
name = libfreeswitch; name = libfreeswitch;
......
...@@ -197,6 +197,7 @@ ...@@ -197,6 +197,7 @@
isa = XCBuildConfiguration; isa = XCBuildConfiguration;
buildSettings = { buildSettings = {
COPY_PHASE_STRIP = NO; COPY_PHASE_STRIP = NO;
NATIVE_ARCH = "ppc i386";
}; };
name = resample; name = resample;
}; };
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论