mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
([NSCharacterSet_PATH]): Value of global variable changed to absolute
path. (Reported by Richard Frith-Macdonald <richard@brainstorm.co.uk>.) git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2314 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
9e5219ee32
commit
657ca5f8ac
1 changed files with 3 additions and 1 deletions
|
@ -27,7 +27,9 @@
|
||||||
#include <Foundation/NSData.h>
|
#include <Foundation/NSData.h>
|
||||||
#include <Foundation/NSLock.h>
|
#include <Foundation/NSLock.h>
|
||||||
|
|
||||||
static NSString* NSCharacterSet_PATH = @"NSCharacterSets";
|
static NSString* NSCharacterSet_PATH =
|
||||||
|
OBJC_STRINGIFY(GNUSTEP_INSTALL_PREFIX) @"/share/NSCharacterSets";
|
||||||
|
|
||||||
static NSString* gnustep_libdir =
|
static NSString* gnustep_libdir =
|
||||||
#ifdef GNUSTEP_INSTALL_LIBDIR
|
#ifdef GNUSTEP_INSTALL_LIBDIR
|
||||||
@GNUSTEP_INSTALL_LIBDIR;
|
@GNUSTEP_INSTALL_LIBDIR;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue