good morning!!!!

Skip to content
Snippets Groups Projects
Commit 5eb60a6d authored by Rémy Roy's avatar Rémy Roy
Browse files

common/compiler: support relative path to solc

parent 5bcdbb1c
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment