mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 10:39:02 +08:00
18 lines
580 B
Diff
18 lines
580 B
Diff
|
diff --git a/source/tools/Makefile.in b/source/tools/Makefile.in
|
||
|
index c3f81d6..dc41af3 100644
|
||
|
--- a/source/tools/Makefile.in
|
||
|
+++ b/source/tools/Makefile.in
|
||
|
@@ -19,9 +19,9 @@ SUBDIRS = toolutil ctestfw makeconv genrb genbrk \
|
||
|
gencnval gensprep icuinfo genccode gencmn icupkg pkgdata \
|
||
|
gentest gennorm2 gencfu gendict
|
||
|
|
||
|
-ifneq (@platform_make_fragment_name@,mh-cygwin-msvc)
|
||
|
-SUBDIRS += escapesrc
|
||
|
-endif
|
||
|
+#ifneq (@platform_make_fragment_name@,mh-cygwin-msvc)
|
||
|
+#SUBDIRS += escapesrc
|
||
|
+#endif
|
||
|
|
||
|
## List of phony targets
|
||
|
.PHONY : all all-local all-recursive install install-local \
|