mirror of https://github.com/status-im/op-geth.git
common/compiler: support relative path to solc
This commit is contained in:
parent
5bcdbb1ce4
commit
5eb60a6da2
|
@ -149,7 +149,6 @@ func (sol *Solidity) Compile(source string) (map[string]*Contract, error) {
|
|||
compilerOptions := strings.Join(params, " ")
|
||||
|
||||
cmd := exec.Command(sol.solcPath, params...)
|
||||
cmd.Dir = wd
|
||||
cmd.Stdin = strings.NewReader(source)
|
||||
cmd.Stderr = stderr
|
||||
|
||||
|
|
Loading…
Reference in New Issue