build: Print summary last
authorTimm Bäder <mail@baedert.org>
Fri, 13 Apr 2018 13:21:41 +0000 (15:21 +0200)
committerTimm Bäder <mail@baedert.org>
Sat, 14 Apr 2018 09:47:02 +0000 (11:47 +0200)
meson.build

index fbc23ba2577bf5b5c577e9c47a96ee3f3236b6a7..2a30d34a5f87a1f7f48e2a9df18b826936036def 100644 (file)
@@ -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)