Skip to content

Commit 39d4935

Browse files
committed
WiX: package libcxxstdlibshim.h on Windows
This file was not being packaged into the installer, which gives us an incomplete module. Partially fixes: swiftlang/swift#67462
1 parent 20fc162 commit 39d4935

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

platforms/Windows/sdk/sdk.wxs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,9 @@
416416
<Component>
417417
<File Source="$(var.SDK_ROOT)\usr\lib\swift\windows\libcxxshim.modulemap" />
418418
</Component>
419+
<Component>
420+
<File Source="$(var.SDK_ROOT)\usr\lib\swift\windows\libcxxstdlibshim.h" />
421+
</Component>
419422
</ComponentGroup>
420423

421424
<ComponentGroup Id="Registrar" Directory="WindowsSDK_usr_lib_swift_windows_ARCH">

0 commit comments

Comments
 (0)