[release/1.4.6] common/compiler: support relative path to solc
(cherry picked from commit 5eb60a6da23296f54081c92a6223935bfce81859)
This commit is contained in:
parent
c45c424073
commit
ab522d3bc7
@ -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…
x
Reference in New Issue
Block a user