There was an error while loading. Please reload this page.
How would I include the value of an environment variable in either my meson.build or meson_options.txt files? Is that even possible?
E.g. option('someoption', type : 'string', value : ${SANDBOX})