|
|
@ -2,9 +2,8 @@ name: env |
|
|
|
long_name: Environment |
|
|
|
long_name: Environment |
|
|
|
description: | |
|
|
|
description: | |
|
|
|
This object is returned by [[environment]] and stores |
|
|
|
This object is returned by [[environment]] and stores |
|
|
|
detailed information about how environment variables should be set |
|
|
|
detailed information about how environment variables should be set. |
|
|
|
during tests. It should be passed as the `env` keyword argument to |
|
|
|
It should be passed as the `env` keyword argument to tests and other functions. |
|
|
|
tests and other functions. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
*Since 0.58.0* [[env.append]] and [[env.prepend]] can be called multiple times |
|
|
|
*Since 0.58.0* [[env.append]] and [[env.prepend]] can be called multiple times |
|
|
|
on the same `varname`. Earlier Meson versions would warn and only the last |
|
|
|
on the same `varname`. Earlier Meson versions would warn and only the last |
|
|
|