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:
@@ -505,6 +505,10 @@
|
|||||||
./src/cpp,
|
./src/cpp,
|
||||||
);
|
);
|
||||||
ONLY_ACTIVE_ARCH = YES;
|
ONLY_ACTIVE_ARCH = YES;
|
||||||
|
OTHER_CPLUSPLUSFLAGS = (
|
||||||
|
"-fvisibility=hidden",
|
||||||
|
"-fvisibility-inlines-hidden",
|
||||||
|
);
|
||||||
PREBINDING = NO;
|
PREBINDING = NO;
|
||||||
SDKROOT = iphoneos4.2;
|
SDKROOT = iphoneos4.2;
|
||||||
STRIP_STYLE = debugging;
|
STRIP_STYLE = debugging;
|
||||||
|
|||||||
Reference in New Issue
Block a user