From 54afcf199f487579979fc6902ea8692667c58a63 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Sat, 24 Oct 2020 19:33:36 +0300 Subject: Update wraps --- meson.build | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 2ae2941..1dd1a1f 100644 --- a/meson.build +++ b/meson.build @@ -30,7 +30,11 @@ endif sourceset = import('sourceset') cxx = meson.get_compiler('cpp') -summary({'id': cxx.get_id()}, section: 'Compiler') +summary({ + 'id': cxx.get_id(), + 'version': cxx.version(), + 'linker': cxx.get_linker_id(), +}, section: 'Compiler') # add some specific flags add_project_arguments(cxx.get_supported_arguments([ -- cgit v1.2.1