Skip to content

Commit 33f0009

Browse files
committed
WiX: correct typo in Android SDK packaging
The product version variable was typoed. Due to the lack of packaging in swift.org CI on PRs, this was not caught. Repair this for the nightly builds.
1 parent 0ffa2f3 commit 33f0009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platforms/Windows/sdk/drd/sdk.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159

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

0 commit comments

Comments
 (0)