Provide path to libevmone.

This commit is contained in:
chriseth
2019-08-08 17:35:46 +02:00
parent 13e2a6fe52
commit f692cec11d
6 changed files with 44 additions and 58 deletions
+1 -2
View File
@@ -34,11 +34,10 @@ struct ConfigException : public Exception {};
struct CommonOptions: boost::noncopyable
{
boost::filesystem::path ipcPath;
boost::filesystem::path evmonePath;
boost::filesystem::path testPath;
bool optimize = false;
bool optimizeYul = false;
bool disableIPC = false;
bool disableSMT = false;
langutil::EVMVersion evmVersion() const;