mirror of
https://github.com/termux/termux-packages.git
synced 2025-05-11 21:23:11 +00:00
12 lines
241 B
Diff
12 lines
241 B
Diff
--- a/src/browser/BUILD.gn
|
|
+++ b/src/browser/BUILD.gn
|
|
@@ -40,7 +40,7 @@
|
|
if (is_mac) {
|
|
target += "apple-darwin"
|
|
} else if (is_linux) {
|
|
- target += "unknown-linux-gnu"
|
|
+ target += "linux-android"
|
|
}
|
|
|
|
libs = ["carbonyl"]
|