mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
Fix typo
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@22158 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
767759c655
commit
a53ab6bb7b
2 changed files with 2 additions and 2 deletions
2
configure
vendored
2
configure
vendored
|
@ -1412,7 +1412,7 @@ fi
|
|||
#
|
||||
case "$target_os" in
|
||||
mingw*)
|
||||
GNUSTEP_SYSTEM_ROOT=RC:\\GNUstep\\System
|
||||
GNUSTEP_SYSTEM_ROOT=C:\\GNUstep\\System
|
||||
GNUSTEP_LOCAL_ROOT=C:\\GNUstep\\Local
|
||||
GNUSTEP_NETWORK_ROOT=C:\\GNUstep\\Local
|
||||
GNUSTEP_USER_DIR=GNUstep
|
||||
|
|
|
@ -91,7 +91,7 @@ fi
|
|||
#
|
||||
case "$target_os" in
|
||||
mingw*)
|
||||
GNUSTEP_SYSTEM_ROOT=RC:\\GNUstep\\System
|
||||
GNUSTEP_SYSTEM_ROOT=C:\\GNUstep\\System
|
||||
GNUSTEP_LOCAL_ROOT=C:\\GNUstep\\Local
|
||||
GNUSTEP_NETWORK_ROOT=C:\\GNUstep\\Local
|
||||
GNUSTEP_USER_DIR=GNUstep
|
||||
|
|
Loading…
Reference in a new issue