Skip to content

Commit 14be5e9

Browse files
committedJan 4, 2024
caches: enable static mirror lib on Windows
Enable building and installation for the static mirror library on Windows.

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
 

‎cmake/caches/Windows-aarch64.cmake

+1
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ set(SWIFT_INSTALL_COMPONENTS
150150
editor-integration
151151
tools
152152
sourcekit-inproc
153+
static-mirror-lib
153154
swift-remote-mirror
154155
swift-remote-mirror-headers
155156
swift-syntax-lib

‎cmake/caches/Windows-x86_64.cmake

+1
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ set(SWIFT_INSTALL_COMPONENTS
150150
editor-integration
151151
tools
152152
sourcekit-inproc
153+
static-mirror-lib
153154
swift-remote-mirror
154155
swift-remote-mirror-headers
155156
swift-syntax-lib

0 commit comments

Comments
 (0)
Please sign in to comment.