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 {
# if _WIN32
path = TRI_LocateInstallDirectory(binaryPath);
path = TRI_LocateInstallDirectory(binaryPath.c_str());
#else
path = TRI_DIR_SEPARATOR_STR;
# endif