We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 788ee61 commit 877547fCopy full SHA for 877547f
utils/build.ps1
@@ -1777,6 +1777,7 @@ function Install-Platform([Platform]$Platform, $Arch) {
1777
Copy-File "$PlatformLibSrc\$($Arch.LLVMName)\*.lib" "$PlatformLibDst\$($Arch.LLVMName)\"
1778
}
1779
Android {
1780
+ Copy-File "$PlatformLibSrc\*.a" "$PlatformLibDst\$($Arch.LLVMName)\"
1781
Copy-File "$PlatformLibSrc\*.so" "$PlatformLibDst\$($Arch.LLVMName)\"
1782
1783
0 commit comments