[dia/neduard/meson_fixes] #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] #31 Always create bundle on Windows, not just when buildtype is 'release'.
- Date: Fri, 1 Feb 2019 00:43:13 +0000 (UTC)
commit 2352ba9d9c084829c911fe36c316e166a2856ab5
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]