ICU-1220 The -eutf-8 option is annoying when ICU_DATA is not specified,
and the libicudata.so library does not exist when only memory mapped files are created. X-SVN-Rev: 6611
This commit is contained in:
parent
54bfea0c11
commit
0bbc1d8e0a
@ -105,7 +105,7 @@ install-resfiles: $(RESFILES)
|
||||
|
||||
$(RESDIR)/%.res: $(srcdir)/%.txt
|
||||
@$(MKINSTALLDIRS) $(RESDIR)
|
||||
$(INVOKE) $(top_builddir)/tools/genrb/genrb -eutf-8 -d $(RESDIR) $^
|
||||
$(INVOKE) $(top_builddir)/tools/genrb/genrb -eUTF-8 -d $(RESDIR) $^
|
||||
|
||||
|
||||
# Don't do this. This is a problem when changing platforms.
|
||||
|
Loading…
Reference in New Issue
Block a user