diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2013-10-18 20:55:10 +0300 | 
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2013-10-18 20:55:10 +0300 | 
| commit | ae06ca2afc58901d9d72f13f662701cf12281b51 (patch) | |
| tree | 25421861a84584438b39a3972b62d7398ac5d99b /meson.py | |
| parent | 4a899f2d9becbd204e6f63dbf4fb7be921a1ce71 (diff) | |
| download | meson-ae06ca2afc58901d9d72f13f662701cf12281b51.tar.gz | |
User options now do a full round trip.
Diffstat (limited to 'meson.py')
| -rwxr-xr-x | meson.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -125,7 +125,7 @@ itself as required.'''          if os.path.exists(option_file):              oi = optinterpreter.OptionInterpreter()              oi.process(option_file) -            b.merge_options(oi.options) +            env.merge_options(oi.options)          intr = interpreter.Interpreter(b)          intr.run()          if options.backend == 'ninja': | 
