mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-10 07:39:16 +00:00
ICU-13136 dont compile escapesrc on cygwin/msvc
* for now just explicitly skip escapesrc for cygwin/msvc * revisit this. X-SVN-Rev: 40043
This commit is contained in:
parent
990890985c
commit
a3b26b85be
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