mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-05-31 09:11:11 +00:00
* GSWeb.framework/GSWApplication.m (GSWApplicationMain): fixed path
for dynamically loading frameworks. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@7961 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e758d0ed8b
commit
4e5087d1bc
2 changed files with 6 additions and 1 deletions
|
@ -226,7 +226,7 @@ int GSWApplicationMain(NSString* _applicationClassName,
|
|||
NSDebugFLLog(@"bundles",@"_bundlePath=%@",_bundlePath);
|
||||
//TODO
|
||||
NSDebugFLLog(@"bundles",@"GSFrameworkPSuffix=%@",GSFrameworkPSuffix);
|
||||
_bundlePath=[NSString stringWithFormat:@"%@/Libraries/%@%@",GNUstepRoot,_bundlePath,GSFrameworkPSuffix];
|
||||
_bundlePath=[NSString stringWithFormat:@"%@/Library/Frameworks/%@%@",GNUstepRoot,_bundlePath,GSFrameworkPSuffix];
|
||||
NSDebugFLLog(@"bundles",@"_bundlePath=%@",_bundlePath);
|
||||
_bundle=[NSBundle bundleWithPath:_bundlePath];
|
||||
NSDebugFLLog(@"bundles",@"_bundle=%@",_bundle);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue