Skip to content

Commit ef002ab

Browse files
committed
WiX: update naming and location for DS2
Adjust the install location for ds2 and pick it up from the new location.
1 parent 046f9ad commit ef002ab

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

platforms/Windows/sdk/drd/sdk.wxs

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@
4646
└─ Android.platform
4747
└─ Developer
4848
├─ Library
49+
│ ├─ ds2
50+
│ │ └─ ...
4951
│ ├─ XCTest-development
5052
│ │ └─ ...
5153
│ └─ Testing-development
@@ -88,8 +90,11 @@
8890
</Directory>
8991
</Directory>
9092
</Directory>
91-
<Directory Name="$(SwiftModuleTriple)">
92-
<Directory Id="Android_Library_ARCH_bin" Name="bin" />
93+
<!-- ds2 -->
94+
<Directory Name="ds2">
95+
<Directory Name="usr">
96+
<Directory Id="_ds2_usr_bin" Name="bin" />
97+
</Directory>
9398
</Directory>
9499
</Directory>
95100
<Directory Name="SDKs">
@@ -170,8 +175,8 @@
170175

171176
<ComponentGroup Id="DS2">
172177
<?if $(ANDROID_INCLUDE_DS2) == true ?>
173-
<Component Directory="Android_Library_ARCH_bin">
174-
<File Source="$(PLATFORM_ROOT)\Developer\Library\$(SwiftModuleTriple)\bin\ds2" />
178+
<Component Directory="_ds2_usr_bin">
179+
<File Source="$(PLATFORM_ROOT)\Developer\Library\ds\usr\bin\$(SwiftModuleTriple)-ds2" />
175180
</Component>
176181
<?endif?>
177182
</ComponentGroup>

0 commit comments

Comments
 (0)