From 0f9c7a1635459e5d301372ec66b5f7744e9bf3a9 Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Fri, 15 Nov 2024 15:14:22 -0800 Subject: [PATCH] WiX: adjust packaging for DocC In order to prepare for DocC being consumed by SourceKit-LSP, we are building SwiftDocC as a shared library and docc links against it. Adjust the packaging rules accordingly. --- platforms/Windows/cli/cli.wxs | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/platforms/Windows/cli/cli.wxs b/platforms/Windows/cli/cli.wxs index 34e0e104..d9096c8f 100644 --- a/platforms/Windows/cli/cli.wxs +++ b/platforms/Windows/cli/cli.wxs @@ -240,7 +240,14 @@ - + + + + + + + +