mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 09:21:03 +00:00
ICU-3389 Fix how the data library is named
X-SVN-Rev: 15243
This commit is contained in:
parent
d61e8741da
commit
6395813d7f
1 changed files with 5 additions and 0 deletions
|
@ -136,6 +136,11 @@ typedef struct UPKGOptions_
|
|||
# define OBJ_SUFFIX ".obj"
|
||||
# define UDATA_LIB_SUFFIX ".LIB"
|
||||
|
||||
#elif defined(U_CYGWIN)
|
||||
# define LIB_PREFIX "cyg"
|
||||
# define OBJ_SUFFIX ".o"
|
||||
# define UDATA_LIB_SUFFIX ".a"
|
||||
|
||||
#else /* POSIX? */
|
||||
# define LIB_PREFIX "lib"
|
||||
# define OBJ_SUFFIX ".o"
|
||||
|
|
Loading…
Add table
Reference in a new issue