diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2014-05-24 18:26:34 +0300 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2014-05-24 18:26:34 +0300 |
| commit | 51b73e8ab26d5be88e9c56132b3f13212104d251 (patch) | |
| tree | 00a136dbb83d287f5ef2ebd6d339a4b2b3d09947 /test cases/frameworks/5 protocol buffers | |
| parent | 8467c5b0a66c699c8854579a75d87d4ffc269e51 (diff) | |
| download | meson-51b73e8ab26d5be88e9c56132b3f13212104d251.tar.gz | |
Keyword argument unification.
Diffstat (limited to 'test cases/frameworks/5 protocol buffers')
| -rw-r--r-- | test cases/frameworks/5 protocol buffers/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/frameworks/5 protocol buffers/meson.build b/test cases/frameworks/5 protocol buffers/meson.build index 1e52e48f1..45c78808d 100644 --- a/test cases/frameworks/5 protocol buffers/meson.build +++ b/test cases/frameworks/5 protocol buffers/meson.build @@ -4,7 +4,7 @@ protoc = find_program('protoc') dep = dependency('protobuf') gen = generator(protoc, \ - outputs : ['@BASENAME@.pb.cc', '@BASENAME@.pb.h'], + output : ['@BASENAME@.pb.cc', '@BASENAME@.pb.h'], arguments : ['-I=@SOURCE_DIR@', '--cpp_out=@BUILD_DIR@', '@INPUT@']) generated = gen.process('defs.proto') |
