mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-21 12:40:02 +00:00
ICU-13099 Merging the workaround for #13136 Compile error in escapesrc.cpp on Cygwin/MSVC (r40043) to maint-59.
X-SVN-Rev: 40047
This commit is contained in:
parent
50f6b4ed9c
commit
b405d87f93
1 changed files with 5 additions and 1 deletions
|
@ -17,7 +17,11 @@ subdir = tools
|
|||
|
||||
SUBDIRS = toolutil ctestfw makeconv genrb genbrk \
|
||||
gencnval gensprep icuinfo genccode gencmn icupkg pkgdata \
|
||||
gentest gennorm2 gencfu gendict escapesrc
|
||||
gentest gennorm2 gencfu gendict
|
||||
|
||||
ifneq (@platform_make_fragment_name@,mh-cygwin-msvc)
|
||||
SUBDIRS += escapesrc
|
||||
endif
|
||||
|
||||
## List of phony targets
|
||||
.PHONY : all all-local all-recursive install install-local \
|
||||
|
|
Loading…
Add table
Reference in a new issue