From 97aa7b2eb68e73f32ed509bce5ddf495e74e8033 Mon Sep 17 00:00:00 2001 From: Mario Limonciello Date: Thu, 5 May 2022 11:41:35 -0500 Subject: [PATCH] trivial: build windows daemon too in CI This won't actually work yet (and hence we won't package it), but we can at least make sure we don't regress the support by any code changes. --- contrib/ci/build_windows.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/ci/build_windows.sh b/contrib/ci/build_windows.sh index dd1844ccc..6ae30f155 100755 --- a/contrib/ci/build_windows.sh +++ b/contrib/ci/build_windows.sh @@ -22,7 +22,7 @@ meson .. \ --prefix=/ \ --libexecdir="" \ --bindir="" \ - -Dbuild=standalone \ + -Dbuild=all \ -Ddocs=none \ -Dhsi=false \ -Dman=false \