user-gcc/meson_options.txt
King_DuckZ c3cab484b6 Add a bash-based implementation of replace_bash_vars().
You can choose at configure time if you want the old
c++ variable string replacement implementation or the
new one that execs bash -c 'echo blah blah'. It supports
using both EnvReal and EnvFake.
2020-04-15 00:37:49 +02:00

1 line
160 B
Meson

option('bash_method', type: 'combo', description: 'Select the implementation of the Bash script parsing method', choices: ['naive', 'native'], value: 'native')