Fixing evmbin compilation and added standard build. (#4561)

This commit is contained in:
Tomasz Drwięga
2017-02-15 16:58:42 +01:00
committed by Gav Wood
parent 895298fc49
commit efb95a59be
6 changed files with 18 additions and 6 deletions

View File

@@ -21,7 +21,6 @@
extern crate ethcore;
extern crate rustc_serialize;
extern crate docopt;
#[macro_use]
extern crate ethcore_util as util;
mod ext;