use PATH instead of ANGLAIS_PATH, fic compiler_test.go

This commit is contained in:
Neemek 2025-11-22 18:18:51 +01:00
parent b95d2954ba
commit c6b41443d5
Signed by: neemek
GPG key ID: 84FFE4D7D40AB25E
2 changed files with 12 additions and 12 deletions

View file

@ -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)