[dia: 103/105] #19 Windows: Only bundle if the build type is 'release'.



commit f1fa4cd1fc8c0baab273a16624c66650fd2e4e18
Author: Eduard Nicodei <eddnicodei gmail com>
Date:   Sun Jan 27 21:48:39 2019 +0000

    #19 Windows: Only bundle if the build type is 'release'.

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index b780a38b..d26a5edf 100644
--- a/meson.build
+++ b/meson.build
@@ -104,6 +104,6 @@ custom_target('run_with_dia_env',
 
 meson.add_install_script('build-aux/post-install.py', datadir)
 
-if build_machine.system() == 'windows'
+if build_machine.system() == 'windows' and get_option('buildtype') == 'release'
     meson.add_install_script('build-aux/windows-bundler.sh')
 endif


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]