mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
Minor symbol visibility cleanups
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@23952 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4fa4c00318
commit
d733696a80
11 changed files with 168 additions and 253 deletions
|
@ -433,7 +433,7 @@ GNUstepConfig(NSDictionary *newConfig)
|
|||
if ([file hasPrefix: @"./"] == YES)
|
||||
{
|
||||
Class c = [NSProcessInfo class];
|
||||
NSString *path = objc_get_symbol_path (c, 0);
|
||||
NSString *path = GSPrivateSymbolPath (c, 0);
|
||||
|
||||
// Remove library name from path
|
||||
path = [path stringByDeletingLastPathComponent];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue