mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-2962 Fix z/OS batch mode.
X-SVN-Rev: 14356
This commit is contained in:
parent
0be9aee20c
commit
f9f8941241
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ SO_VERSION_DATA = layoutex.res
|
|||
endif
|
||||
|
||||
ifeq ($(OS390BATCH),1)
|
||||
BATCH_TARGET = $(BATCH_LAYOUT_TARGET)
|
||||
BATCH_TARGET = $(BATCH_LAYOUTEX_TARGET)
|
||||
BATCH_LIBS = $(BATCH_LIBICUUC) $(BATCH_LIBICULE) -lm
|
||||
endif # OS390BATCH
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue