Compare commits

..

2 commits

Author SHA1 Message Date
10f55313b0
Merge branch 'main' of https://git.neemek.com/neemek/anglais
All checks were successful
/ test (push) Successful in 53s
2026-07-06 13:48:18 +02:00
c6b41443d5
use PATH instead of ANGLAIS_PATH, fic compiler_test.go 2025-11-22 18:18:51 +01:00

View file

@ -136,7 +136,7 @@ func makeChunk(ctx *Context, fpath string, ignoreWarnings bool) (*core.Chunk, er
log.Println("Setting imports resolver") log.Println("Setting imports resolver")
} }
lib := os.Getenv("ANGLAIS_PATH") lib := os.Getenv("PATH")
dirs := strings.Split(lib, ":") dirs := strings.Split(lib, ":")
dir, _ := path.Split(fpath) dir, _ := path.Split(fpath)