mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Construct VM with path.
This commit is contained in:
@@ -414,7 +414,7 @@ int main(int argc, char const *argv[])
|
||||
return 1;
|
||||
}
|
||||
|
||||
bool disableSemantics = !dev::test::EVMHost::getVM();
|
||||
bool disableSemantics = !dev::test::EVMHost::getVM(options.evmonePath.string());
|
||||
if (disableSemantics)
|
||||
{
|
||||
cout << "Unable to find libevmone.so. Please provide the path using --evmonepath <path>." << endl;
|
||||
|
||||
Reference in New Issue
Block a user