mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-06 22:15:31 +00:00
ICU-1028 EBCDIC fix
X-SVN-Rev: 6078
This commit is contained in:
parent
70e3d02522
commit
afc437f5a5
1 changed files with 1 additions and 5 deletions
|
@ -48,11 +48,7 @@ endif
|
|||
#
|
||||
ifneq ($(ENABLE_SHARED),)
|
||||
SO_TARGET = libicudata.$(SO)
|
||||
ifeq (@U_IS_BIG_ENDIAN@,1)
|
||||
MIDDLE_SO_TARGET = libicudt$(SO_TARGET_VERSION_MAJOR)b.$(SO)
|
||||
else
|
||||
MIDDLE_SO_TARGET = libicudt$(SO_TARGET_VERSION_MAJOR)l.$(SO)
|
||||
endif
|
||||
MIDDLE_SO_TARGET = lib$(ICUDATA_NAME).$(SO)
|
||||
ALL_SO_TARGETS = $(SO_TARGET) $(MIDDLE_SO_TARGET)
|
||||
endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue