ICU-12785 (swapFileSepChar on Cygwin) - update for review comments

X-SVN-Rev: 40038
This commit is contained in:
Steven R. Loomis 2017-04-12 17:53:50 +00:00
parent 5dca4ba1e1
commit 088a44dd44

View File

@ -283,7 +283,7 @@ writeAssemblyCode(const char *filename, const char *destdir, const char *optEntr
uprv_strcpy(outFilePath, bufferStr);
}
#if defined WINDOWS_WITH_GNUC && U_PLATFORM != U_PF_CYGWIN
#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