diff options
| author | William A. Kennington III <wak@google.com> | 2019-04-03 02:55:37 -0700 |
|---|---|---|
| committer | William A. Kennington III <wak@google.com> | 2019-04-03 02:56:27 -0700 |
| commit | 5d71775cbfb0a3d70565018ca90ac7d254a3fe2d (patch) | |
| tree | cf2f3305c4ed5e7b7b60dec27f3ebf235e210e41 /src | |
| parent | bff0b0fe903868a08f18d170a308e76d497b7fbb (diff) | |
| download | stdplus-5d71775cbfb0a3d70565018ca90ac7d254a3fe2d.tar.gz stdplus-5d71775cbfb0a3d70565018ca90ac7d254a3fe2d.zip | |
meson: Style fix
Change-Id: Id6a26d728010638f0a0922e76499d570baba6ae3
Signed-off-by: William A. Kennington III <wak@google.com>
Diffstat (limited to 'src')
| -rw-r--r-- | src/meson.build | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/meson.build b/src/meson.build index 8744d33..1653a7d 100644 --- a/src/meson.build +++ b/src/meson.build @@ -12,8 +12,7 @@ import('pkgconfig').generate( name: 'stdplus', description: 'C++ helper utilities', version: meson.project_version(), - libraries: [stdplus], -) + libraries: stdplus) install_headers( 'stdplus/signal.hpp', |

