mirror of https://github.com/embarklabs/embark.git
change back to original version of solc
This commit is contained in:
parent
2a1ec1b2d7
commit
e0d9931a74
|
@ -15,7 +15,7 @@ Compiler.prototype.init = function(env) {
|
|||
Compiler.prototype.compile_solidity = function(contractFile) {
|
||||
var cmd, result, output, version, json, compiled_object;
|
||||
|
||||
cmd = "solc --input-file " + contractFile + " --combined-json bin,abi";
|
||||
cmd = "solc " + contractFile + " --combined-json bin,abi";
|
||||
|
||||
result = exec(cmd, {silent: true});
|
||||
output = result.output;
|
||||
|
|
Loading…
Reference in New Issue