0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-11-27 06:18:57 +00:00
termux-packages/x11-packages/firefox/0001-configure-treat-termux-as-linux.patch
2024-03-11 10:33:53 +08:00

12 lines
342 B
Diff

--- a/build/moz.configure/init.configure
+++ b/build/moz.configure/init.configure
@@ -500,7 +500,7 @@
abi = None
sub_configure_alias = triplet
if "android" in os:
- canonical_os = "Android"
+ canonical_os = "GNU"
canonical_kernel = "Linux"
elif os.startswith("linux"):
canonical_os = "GNU"