From 42f7039818cc53e71d3ffdf5ef854550915c8f1e Mon Sep 17 00:00:00 2001 From: "Steven R. Loomis" Date: Fri, 7 Apr 2017 17:56:52 +0000 Subject: [PATCH] ICU-12785 swapFileSepChar patch X-SVN-Rev: 40006 --- icu4c/source/tools/toolutil/pkg_genc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4c/source/tools/toolutil/pkg_genc.cpp b/icu4c/source/tools/toolutil/pkg_genc.cpp index e4d11956bdc..ec15d6debd6 100644 --- a/icu4c/source/tools/toolutil/pkg_genc.cpp +++ b/icu4c/source/tools/toolutil/pkg_genc.cpp @@ -283,7 +283,7 @@ writeAssemblyCode(const char *filename, const char *destdir, const char *optEntr uprv_strcpy(outFilePath, bufferStr); } -#ifdef WINDOWS_WITH_GNUC +#if defined WINDOWS_WITH_GNUC && U_PLATFORM != U_PF_CYGWIN /* Need to fix the file seperator character when using MinGW. */ swapFileSepChar(outFilePath, U_FILE_SEP_CHAR, '/'); #endif -- 2.40.0