Set the symbol visibility to match other libraries to keep the linker from complaining about it

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6266 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Charlie Groves
2010-11-14 00:29:59 +00:00
parent 4e8fdf66f4
commit af5db7adb1
+4
View File
@@ -505,6 +505,10 @@
./src/cpp,
);
ONLY_ACTIVE_ARCH = YES;
OTHER_CPLUSPLUSFLAGS = (
"-fvisibility=hidden",
"-fvisibility-inlines-hidden",
);
PREBINDING = NO;
SDKROOT = iphoneos4.2;
STRIP_STYLE = debugging;