mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
fix CompilerStack::absolutePath
This commit is contained in:
parent
52d9f89712
commit
061aee2e97
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user