forked from AuroraMiddleware/gtk
build: Print summary last
This commit is contained in:
parent
add82735bb
commit
b48422d423
14
meson.build
14
meson.build
@ -738,6 +738,13 @@ if get_option('documentation')
|
||||
subdir('docs/reference')
|
||||
endif
|
||||
|
||||
# Keep this in sync with post-install.sh expected arguments
|
||||
meson.add_install_script('build-aux/meson/post-install.sh',
|
||||
gtk_api_version,
|
||||
gtk_binary_version,
|
||||
gtk_libdir,
|
||||
gtk_datadir)
|
||||
|
||||
summary = [
|
||||
'',
|
||||
'------',
|
||||
@ -760,10 +767,3 @@ summary = [
|
||||
]
|
||||
|
||||
message('\n'.join(summary))
|
||||
|
||||
# Keep this in sync with post-install.sh expected arguments
|
||||
meson.add_install_script('build-aux/meson/post-install.sh',
|
||||
gtk_api_version,
|
||||
gtk_binary_version,
|
||||
gtk_libdir,
|
||||
gtk_datadir)
|
||||
|
Loading…
Reference in New Issue
Block a user