fix CompilerStack::absolutePath

This commit is contained in:
Dimitry
2016-08-31 22:10:20 +03:00
parent 52d9f89712
commit 061aee2e97
+1 -1
View File
@@ -555,7 +555,7 @@ string CompilerStack::absolutePath(string const& _path, string const& _reference
result = result.parent_path();
else if (*it != ".")
result /= *it;
return result.string();
return result.generic_string();
}
void CompilerStack::compileContract(