Skip to content

Commit 607b5eb

Browse files
committed
Fix the Testing/XCTest SDK file paths
1 parent 8a91a7e commit 607b5eb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

platforms/Windows/sdk/drd/sdk.wxs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -146,19 +146,19 @@
146146

147147
<ComponentGroup Id="XCTest">
148148
<Component Directory="XCTest_usr_lib_swift_android_ARCH">
149-
<File Source="$(PLATFORM_ROOT)\Developer\Library\XCTest-development\usr\lib\swift\android\libXCTest.so" />
149+
<File Source="$(PLATFORM_ROOT)\Developer\Library\XCTest-development\usr\lib\swift\android\$(Architecture)\libXCTest.so" />
150150
</Component>
151151
<Component Directory="XCTest.swiftmodule">
152-
<File Name="$(Triple).swiftdoc" Source="$(PLATFORM_ROOT)\Developer\Library\XCTest-development\usr\lib\swift\android\$(Architecture)\XCTest.swiftdoc" />
152+
<File Source="$(PLATFORM_ROOT)\Developer\Library\XCTest-development\usr\lib\swift\android\XCTesting.swiftmodule\$(Triple).swiftdoc" />
153153
</Component>
154154
<Component Directory="XCTest.swiftmodule">
155-
<File Name="$(Triple).swiftmodule" Source="$(PLATFORM_ROOT)\Developer\Library\XCTest-development\usr\lib\swift\android\$(Architecture)\XCTest.swiftmodule" />
155+
<File Source="$(PLATFORM_ROOT)\Developer\Library\XCTest-development\usr\lib\swift\android\XCTesting.swiftmodule\$(Triple).swiftmodule" />
156156
</Component>
157157
</ComponentGroup>
158158

159159
<ComponentGroup Id="Testing">
160160
<Component Directory="Testing_usr_lib_swift_android_ARCH">
161-
<File Source="$(PLATFORM_ROOT)\Developer\Library\Testing-development\usr\lib\swift\android\libTesting.so" />
161+
<File Source="$(PLATFORM_ROOT)\Developer\Library\Testing-development\usr\lib\swift\android\$(Architecture)\libTesting.so" />
162162
</Component>
163163
<Component Directory="Testing.swiftmodule">
164164
<File Source="$(PLATFORM_ROOT)\Developer\Library\Testing-development\usr\lib\swift\android\Testing.swiftmodule\$(Triple).swiftdoc" />

0 commit comments

Comments
 (0)