ICU-12785 (swapFileSepChar on Cygwin) - update for review comments
X-SVN-Rev: 40038
This commit is contained in:
parent
5dca4ba1e1
commit
088a44dd44
@ -283,7 +283,7 @@ writeAssemblyCode(const char *filename, const char *destdir, const char *optEntr
|
|||||||
uprv_strcpy(outFilePath, bufferStr);
|
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. */
|
/* Need to fix the file seperator character when using MinGW. */
|
||||||
swapFileSepChar(outFilePath, U_FILE_SEP_CHAR, '/');
|
swapFileSepChar(outFilePath, U_FILE_SEP_CHAR, '/');
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user