0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-05-11 21:23:11 +00:00
Files
termux-packages/x11-packages/carbonyl-host-tools/0001-override-build-target.patch
2025-02-01 17:05:51 +08:00

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"]