diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2015-04-09 00:46:33 +0300 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2015-04-09 00:46:33 +0300 |
| commit | dfee5e5200efcfbc7f84287f46022d2cd63a15b9 (patch) | |
| tree | afca1963ea656434bcf16af89d8881b169898c32 /test cases | |
| parent | 4952d2628e4e9fa8c512678b585821f09d0baba6 (diff) | |
| download | meson-dfee5e5200efcfbc7f84287f46022d2cd63a15b9.tar.gz | |
Fix subproject again.
Diffstat (limited to 'test cases')
| -rw-r--r-- | test cases/common/80 shared subproject 2/meson.build | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test cases/common/80 shared subproject 2/meson.build b/test cases/common/80 shared subproject 2/meson.build index a0ce0f45a..064732597 100644 --- a/test cases/common/80 shared subproject 2/meson.build +++ b/test cases/common/80 shared subproject 2/meson.build @@ -1,5 +1,8 @@ project('A', 'c') +# Same as the previous test but use C and B in +# the opposite order. + C = subproject('C') c = C.get_variable('c') |
