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: 15242
This commit is contained in:
parent
f4f77062d8
commit
d61e8741da
1 changed files with 2 additions and 2 deletions
|
@ -17,8 +17,8 @@ include $(top_builddir)/icudefs.mk
|
|||
subdir = data
|
||||
|
||||
#lib icu data for link
|
||||
LIB_ICUDATA_NAME=$(LIBPREFIX)$(ICUDATA_NAME)
|
||||
LIB_STATIC_ICUDATA_NAME=$(LIBPREFIX)$(STATIC_PREFIX)$(ICUDATA_NAME)
|
||||
LIB_ICUDATA_NAME=$(LIBICU)$(DATA_STUBNAME)$(ICULIBSUFFIX)
|
||||
LIB_STATIC_ICUDATA_NAME=$(LIBSICU)$(DATA_STUBNAME)$(ICULIBSUFFIX)
|
||||
|
||||
# Allow Windows to override these options
|
||||
ifeq ($(PKGDATA_OPTS),)
|
||||
|
|
Loading…
Add table
Reference in a new issue