mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-12785 swapFileSepChar patch
X-SVN-Rev: 40006
This commit is contained in:
parent
f625715332
commit
42f7039818
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue