The Meson Build System http://mesonbuild.com/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

334 B

Support taking environment values from a dictionary

environment() now accepts a dictionary as first argument. If provided, each key/value pair is added into the environment_object as if set() method was called for each of them.

On the various functions that take an env: keyword argument, you may now give a dictionary.