Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions platforms/Windows/sdk/drd/sdk.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<Directory Name="Library">
<!--
FIXME(compnerd) this should actually be the proper version
of XCTest and Tesing, and needs to be reflected in the plist as well.
of XCTest and Testing, and needs to be reflected in the plist as well.
-->
<!-- XCTest -->
<Directory Name="XCTest-development">
Expand Down Expand Up @@ -164,7 +164,7 @@
<File Source="$(PLATFORM_ROOT)\Developer\Library\Testing-development\usr\lib\swift\android\Testing.swiftmodule\$(Triple).swiftdoc" />
</Component>
<Component Directory="Testing.swiftmodule">
<File Source="$(PLATFORM_ROOT)\Developer\Library\Testing-development\usr\lib\swift\android\Testing.swiftmodule\$(Triple).swiftmodule" />
<File Source="$(PLATFORM_ROOT)\Developer\Library\Testing-development\usr\lib\swift\android\Testing.swiftmodule\$(Triple).swiftinterface" />
</Component>
</ComponentGroup>

Expand Down
2 changes: 1 addition & 1 deletion platforms/Windows/sdk/win/sdk.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
<File Source="$(PLATFORM_ROOT)\Developer\Library\Testing-development\usr\lib\swift\windows\Testing.swiftmodule\$(Triple).swiftdoc" />
</Component>
<Component Directory="Testing.swiftmodule">
<File Source="$(PLATFORM_ROOT)\Developer\Library\Testing-development\usr\lib\swift\windows\Testing.swiftmodule\$(Triple).swiftmodule" />
<File Source="$(PLATFORM_ROOT)\Developer\Library\Testing-development\usr\lib\swift\windows\Testing.swiftmodule\$(Triple).swiftinterface" />
</Component>
</ComponentGroup>

Expand Down