summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorStéphane Cerveau <scerveau@collabora.com>2022-03-01 18:10:00 +0100
committerStéphane Cerveau <scerveau@igalia.com>2023-03-20 12:43:37 +0100
commit047665c289dd6b474344ca76c895854cff7ee2c0 (patch)
tree493511d31e7ed96f52311febb9aa74988c4e3a8d /config
parent38d7088c28f020a4dc34363f5a1e991fa1c20668 (diff)
cross-win: add support for WIX packaging
Wix allows to build MSI package in a cross platform environment. Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/821>
Diffstat (limited to 'config')
-rw-r--r--config/windows.config6
1 files changed, 0 insertions, 6 deletions
diff --git a/config/windows.config b/config/windows.config
index 645b49be..e86e8c06 100644
--- a/config/windows.config
+++ b/config/windows.config
@@ -45,12 +45,6 @@ if platform == Platform.WINDOWS:
build = 'i686-w64-mingw32'
if target_arch == Architecture.X86_64:
build = 'x86_64-w64-mingw32'
-else:
- env['WIX'] = os.path.join(build_tools_prefix, 'lib', 'wix')
- # NOTE: Ensure that whatever directory this goes into is ignored by the
- # .cerbero deps CI job otherwise we will tar up ~1GB of generated data.
- env['WINEPREFIX'] = os.path.join(build_tools_prefix, 'var', 'tmp', 'wine')
- env['WINEDEBUG'] = 'fixme-all'
if target_arch == Architecture.X86:
buildname = 'windows_x86'