mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
tweak
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@37594 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
afd37cae6c
commit
971f71a2af
1 changed files with 7 additions and 4 deletions
|
@ -2303,10 +2303,13 @@ if (domainMask & mask) \
|
||||||
*/
|
*/
|
||||||
path = devroot(mgr, gnustepSystemTools);
|
path = devroot(mgr, gnustepSystemTools);
|
||||||
|
|
||||||
/* Failing that, try looking above the base library.
|
/* Failing that, try looking above the base library.
|
||||||
*/
|
*/
|
||||||
path = devroot(mgr,
|
if (nil == path)
|
||||||
[[NSBundle bundleForLibrary: @"gnustep-base"] bundlePath]);
|
{
|
||||||
|
path = devroot(mgr,
|
||||||
|
[[NSBundle bundleForLibrary: @"gnustep-base"] bundlePath]);
|
||||||
|
}
|
||||||
|
|
||||||
/* If we havent found the developer area relative to the
|
/* If we havent found the developer area relative to the
|
||||||
* hierarchy used by the current process, look for the
|
* hierarchy used by the current process, look for the
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue