mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-21 12:40:02 +00:00
ICU-1627 update data dir when U_TOPBUILDDIR is defined
X-SVN-Rev: 7547
This commit is contained in:
parent
84d3915988
commit
2918d7d229
1 changed files with 1 additions and 1 deletions
|
@ -232,7 +232,7 @@ void ctest_setICU_DATA() {
|
|||
*/
|
||||
#if defined (U_TOPBUILDDIR)
|
||||
{
|
||||
static char env_string[] = U_TOPBUILDDIR "/data/";
|
||||
static char env_string[] = U_TOPBUILDDIR U_FILE_SEP_STRING "data"U_FILE_SEP_STRING"out"U_FILE_SEP_STRING;
|
||||
u_setDataDirectory(env_string);
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue