commit | 5d71775cbfb0a3d70565018ca90ac7d254a3fe2d | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Wed Apr 03 02:55:37 2019 -0700 |
committer | William A. Kennington III <wak@google.com> | Wed Apr 03 02:56:27 2019 -0700 |
tree | cf2f3305c4ed5e7b7b60dec27f3ebf235e210e41 | |
parent | bff0b0fe903868a08f18d170a308e76d497b7fbb [diff] [blame] |
meson: Style fix Change-Id: Id6a26d728010638f0a0922e76499d570baba6ae3 Signed-off-by: William A. Kennington III <wak@google.com>
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 @@ name: 'stdplus', description: 'C++ helper utilities', version: meson.project_version(), - libraries: [stdplus], -) + libraries: stdplus) install_headers( 'stdplus/signal.hpp',