[dia/neduard/meson_fixes: 18/26] #31 Always create bundle on Windows, not just when buildtype is 'release'.
- From: Eduard <neduard src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [dia/neduard/meson_fixes: 18/26] #31 Always create bundle on Windows, not just when buildtype is 'release'.
- Date: Fri, 15 Feb 2019 14:29:30 +0000 (UTC)
commit 1bf8ebd820b4cc4f7b771f47f89ffae5449ad807
Author: Eduard <eddnicodei gmail com>
Date: Fri Feb 1 00:36:36 2019 +0000
#31 Always create bundle on Windows, not just when buildtype is 'release'.
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 55483831..121b0f07 100644
--- a/meson.build
+++ b/meson.build
@@ -109,6 +109,6 @@ custom_target('run_with_dia_env',
meson.add_install_script('build-aux/post-install.py', datadir)
-if build_machine.system() == 'windows' and get_option('buildtype') == 'release'
+if build_machine.system() == 'windows'
meson.add_install_script('build-aux/windows-bundler.sh')
endif
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]