mirror of
https://github.com/termux/termux-packages.git
synced 2024-11-27 06:18:57 +00:00
12 lines
257 B
Diff
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
|
|
)
|
|
|
|
|