mesonbuild / meson

The Meson Build System
http://mesonbuild.com
Apache License 2.0
5.3k stars 1.52k forks source link

coredata: Fix is_per_machine_option() for builtins #13123

Closed oleavr closed 3 weeks ago

oleavr commented 3 weeks ago

The keys in BUILTIN_OPTIONS_PER_MACHINE are OptionKey values, not strings.

This fixes a regression introduced in 71db6b0.