mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 17:24:01 +00:00
ICU-1891 Fix for z/OS (os/390) -L does not exist for the linker.
X-SVN-Rev: 8756
This commit is contained in:
parent
1daf6dbe39
commit
a028508a8e
1 changed files with 1 additions and 1 deletions
|
@ -47,9 +47,9 @@ CPPFLAGS += -I$(top_builddir)/common -I$(top_srcdir)/common -I$(top_srcdir)/i18n
|
|||
LIBS = $(LIBICUI18N) $(LIBICUUC) $(DEFAULT_LIBS) $(LIB_M)
|
||||
|
||||
ifeq ($(UCONVMSG_STATIC),YES)
|
||||
LIBS += -L$(MSGNAME) -l$(MSGNAME)
|
||||
DEFS += -DUCONVMSG_STATIC=$(MSGNAME)
|
||||
UCONVMSG_LIB = $(RESDIR)/lib$(MSGNAME).a
|
||||
LIBS += $(UCONVMSG_LIB)
|
||||
|
||||
PKGMODE = static
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue