mirror of
https://github.com/termux/termux-packages.git
synced 2024-11-23 13:46:16 +00:00
14 lines
359 B
Diff
14 lines
359 B
Diff
--- a/toolkit/moz.configure
|
|
+++ b/toolkit/moz.configure
|
|
@@ -171,9 +171,7 @@
|
|
# ==============================================================
|
|
@depends(target)
|
|
def midir_linux_support(target):
|
|
- return (
|
|
- target.kernel == "Linux" and target.os != "Android" and target.cpu != "riscv64"
|
|
- )
|
|
+ return
|
|
|
|
|
|
@depends(target, midir_linux_support)
|