1
0
Fork 0

fix windows compile

This commit is contained in:
Wilfried Goesgens 2017-01-31 16:34:29 +01:00
parent e96405b5f0
commit f11a545377
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ void * LanguageFeature::prepareIcu(std::string const& binaryPath, std::string co
} }
else { else {
# if _WIN32 # if _WIN32
path = TRI_LocateInstallDirectory(binaryPath); path = TRI_LocateInstallDirectory(binaryPath.c_str());
#else #else
path = TRI_DIR_SEPARATOR_STR; path = TRI_DIR_SEPARATOR_STR;
# endif # endif