mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-06 06:30:46 +00:00
fix incorrect assignment
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@27217 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f794a4cb3c
commit
8d9e1d356d
3 changed files with 1669 additions and 3367 deletions
|
@ -2327,7 +2327,7 @@ _bundle_load_callback(Class theClass, struct objc_category *theCategory)
|
|||
libraryName = [libraryName substringToIndex: r.location];
|
||||
if (interfaceVersion == nil)
|
||||
{
|
||||
ver = interfaceVersion;
|
||||
interfaceVersion = ver;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -370,7 +370,7 @@ case "$target_os" in
|
|||
you will be installing gnustep-base to prevent problems
|
||||
with finding resources at runtime.],
|
||||
result="$withval",
|
||||
result="no"
|
||||
result="$GNUSTEP_INSTALLATION_DOMAIN"
|
||||
)
|
||||
case "$result" in
|
||||
SYSTEM)
|
||||
|
|
Loading…
Reference in a new issue