0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-05-10 18:35:41 +00:00
Files
termux-packages/packages/spidermonkey/0006-configure-do-not-enable-alsa.patch
2025-05-01 15:02:28 +08:00

12 lines
257 B
Diff

--- a/toolkit/moz.configure
+++ b/toolkit/moz.configure
@@ -174,7 +174,7 @@
@depends(target)
def midir_linux_support(target):
return (
- target.kernel == "Linux" and target.os != "Android" and target.cpu != "riscv64"
+ False
)