mirror of
https://github.com/AdaCore/langkit.git
synced 2026-02-12 12:28:12 -08:00
Unlike what happens on Linux, it seems that on Windows, modifying `os.environ` in the Python interpreter has no effect on the environment variables seen in the same process by Ada code. As a consequence, in order for Liblktlang to have access to the desired LKT_PATH environment variable, define it in the test drivers so that test processes inherit it and so that Liblktlang has always access to it. TN: RA22-015