From 77bebe686e5b4fdcb85104561fa3e9ae5472d6b6 Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Sun, 11 May 2025 15:25:53 -0700 Subject: [PATCH] WiX: package SwiftFixIt.dll on Windows This is part of SPM, introduced in swiftlang/swift-package-manager3#8585. The newly minted dependency causes `swift build` to fail as it is missing the library in the installation (caught by CI at https://github.com/thebrowsercompany/swift-build/actions/runs/14890246041). --- platforms/Windows/cli/cli.wxs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/platforms/Windows/cli/cli.wxs b/platforms/Windows/cli/cli.wxs index 41ac6fd3..008bd57b 100644 --- a/platforms/Windows/cli/cli.wxs +++ b/platforms/Windows/cli/cli.wxs @@ -237,6 +237,9 @@ + + +