Files
Dylan Baker e4b644b9c7 interpreter: Add a default() function
This gives a way to conditionally override a keyword argument, such as
when setting a value specifically for one platform. For example,
```meson
library(
  ...,
  name_prefix : host_machine.system() == 'windows' ? '' : default(),
)
```
2026-07-04 19:04:10 +02:00
..
2023-11-24 22:15:14 +02:00
2026-06-23 05:26:53 -04:00
2023-04-11 19:21:05 -04:00