King_DuckZ
c3cab484b6
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.
1 line
160 B
Meson
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')
|