ICU-12785 swapFileSepChar patch

X-SVN-Rev: 40006
This commit is contained in:
Steven R. Loomis 2017-04-07 17:56:52 +00:00
parent f625715332
commit 42f7039818

View file

@ -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