Skip to content

Commit 323ec6d

Browse files
authored
Merge pull request #435 from compnerd/android-packaging
WiX: correct packaging for Android SDK on Windows
2 parents b900564 + 3240644 commit 323ec6d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

platforms/Windows/platforms/android/android.wxs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,9 @@
452452

453453
<!-- libdispatch -->
454454
<ComponentGroup Id="libdispatch" Directory="AndroidSDK_usr_include_dispatch">
455+
<?define Disk = 1?>
455456
<?include ../CDispatch.wxi?>
457+
<?undef Disk?>
456458

457459
<Component Directory="AndroidSDK_usr_include_os">
458460
<File Source="$(SDKRoot)\usr\include\os\generic_base.h" />

0 commit comments

Comments
 (0)