use PATH instead of ANGLAIS_PATH, fic compiler_test.go
This commit is contained in:
parent
b95d2954ba
commit
c6b41443d5
2 changed files with 12 additions and 12 deletions
|
|
@ -136,7 +136,7 @@ func makeChunk(ctx *Context, fpath string, ignoreWarnings bool) (*core.Chunk, er
|
|||
log.Println("Setting imports resolver")
|
||||
}
|
||||
|
||||
lib := os.Getenv("ANGLAIS_PATH")
|
||||
lib := os.Getenv("PATH")
|
||||
dirs := strings.Split(lib, ":")
|
||||
|
||||
dir, _ := path.Split(fpath)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue