forked from cerc-io/plugeth
Merge pull request #2613 from remyroy/rel-path-solc
common/compiler: support relative path to solc
This commit is contained in:
commit
a476aabf1a
@ -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
Block a user